Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
fix(telephony): remove duplicate icon and add missing translation (#1302
Browse files Browse the repository at this point in the history
)

ref: MBE-100, MBE-106
  • Loading branch information
varun257 authored and antleblanc committed Mar 4, 2019
1 parent 4546b51 commit dd77dd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<div class="alert alert-xs alert-warning"
role="alert"
data-ng-if="$ctrl.terminationTask">
<i class="ovh-font ovh-font-filled-warning"></i>
<span data-translate="telephony_fax_termination_warning"
data-translate-values="{ date: ($ctrl.terminationTask.executionDate | date) }">
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<div class="form-group">
<label class="control-label"
for="keepMessage"
data-translate="telephony_line_answer_voicemail_options_recording">
data-translate="telephony_line_answer_voicemail_options_notifications">
</label>
<div class="oui-switch">
<label class="oui-switch__label-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<translations>
<translation id="telephony_line_answer_voicemail_options_recording_title" qtlid="337754">Accueil et enregistrement des messages</translation>
<translation id="telephony_line_answer_voicemail_options_recording" qtlid="337767">Enregistrement des messages :</translation>
<translation id="telephony_line_answer_voicemail_options_notifications">Activation des notifications :</translation>
<translation id="telephony_line_answer_voicemail_options_recording_disable_warn" qtlid="337780">La désactivation de l'enregistrement des messages vocaux suspendra l'envoi des e-mails avec message joint en attachement.</translation>
<translation id="telephony_line_answer_voicemail_options_greetings" qtlid="337793">Message d'accueil du répondeur :</translation>
<translation id="telephony_line_answer_voicemail_options_recording_greet" qtlid="337806">Pré-annonce</translation>
Expand Down

0 comments on commit dd77dd6

Please sign in to comment.