diff --git a/i18n/en-US.json b/i18n/en-US.json index 6b811da..369b56f 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -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", diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index acf76e6..6e96301 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -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", diff --git a/views/strategy-layout.html b/views/strategy-layout.html index ac30421..7a674d2 100644 --- a/views/strategy-layout.html +++ b/views/strategy-layout.html @@ -1,7 +1,7 @@
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.
+{{ i18n.strategy.noNumberHelp }}