Browse Source

UI-682: Fixed help text on creation of the main number

4.3
Jean-Roch Maitre 11 years ago
parent
commit
c483a8218f
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      i18n/en-US.json
  2. +1
    -0
      i18n/fr-FR.json
  3. +1
    -1
      views/strategy-layout.html

+ 1
- 0
i18n/en-US.json View File

@ -482,6 +482,7 @@
},
"strategy": {
"noNumberHelp": "Note: Please add a Main Office Number to your account first. Once you add a main number, you will be able to set up Office Hours, Holidays and Incoming Call Handling (Call-Flow) for your office.",
"sectionTitles": {
"numbers": "Main Company Numbers",
"confnum": "Main Conference Number",


+ 1
- 0
i18n/fr-FR.json View File

@ -461,6 +461,7 @@
},
"strategy": {
"noNumberHelp": "Note: Veuillez ajouter un numéro principal avant de passer à la suite. Une fois ce numéro rajouté, vous aurez la possibilité de configurer vos Horaires d'Ouvertures, vos Vacances ainsi que la Gestion des Appels Entrants pour votre bureau.",
"sectionTitles": {
"numbers": "Numéro principal de l'entreprise",
"confnum": "Numéro principal de conférence",


+ 1
- 1
views/strategy-layout.html View File

@ -1,7 +1,7 @@
<div id="strategy_container">
<div class="element-container helper">
<i class="icon-info-sign"></i>
<p>Note: Please add a Main Office Number to your account first. Once you add main number, you should be able to set up Office Hours, Holidays and Incoming Call Handling (Call-Flow) for your office.</p>
<p>{{ i18n.strategy.noNumberHelp }}</p>
</div>
<div class="element-container main-number" data-template="numbers">
<div class="element-header-outer clearfix">


Loading…
Cancel
Save