From 0b5d65d13371dbb4559fbebd12c20496f55f1378 Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Thu, 3 Sep 2015 15:48:39 -0700 Subject: [PATCH] UI-1210: Add a step to the walkthrough to explain the main faxbox number --- i18n/en-US.json | 5 ++++- i18n/fr-FR.json | 3 ++- submodules/strategy/strategy.js | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/i18n/en-US.json b/i18n/en-US.json index 9620ca0f..2b2486a7 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -840,7 +840,10 @@ "1": "Set up your office hours phone strategy to your convenience. You can set up a 24 hour open office strategy or if your office is ever closed, create custom hours. You can even close your office during lunch hours.", "2": "Is your office closed on holidays? Create specific dates or time frames when your office will be closed", "3": "Virtual Receptionist allows you to seamlessly answer incoming calls. Add call routes to contact the appropriate department or person within the system. You can also create customized greetings using text-to-speech, uploading your own file or recording it over the phone.", - "4": "Create a main Conference Number for your business. Purchase, port or add an existing number and set up a Conference Number seamlessly." + "4": "Create a main Conference Number for your business. Purchase, port or add an existing number and set up a Conference Number seamlessly.", + "__comment": "UI-1210: Add a step to the walkthrough to explain the main faxbox number", + "__version": "3.22", + "5": "Create a main Faxbox Number for your business. Purchase, port or add an existing number and set up a Faxbox Number seamlessly." } } }, diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index 9674e7be..fa8c08ed 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -776,7 +776,8 @@ "1": "Configurez les heures d'ouverture de votre bureau ici. Vous avez le choix de laisser votre ligne ouverte 24h/24h ou bien de créer des horaires personnalisés. Vous pourrez même sélectionner des horaires de repas.", "2": "Votre bureau ferme t'il pendant les vacances? Gérez tout cela dans cette section.", "3": "Le \"Virtual Receptionist\" disponible dans ce menu vous permet de répondre intelligemment à tous les appels entrants sur votre numéro d'entreprise.", - "4": "Sélectionnez un numéro de conférence pour votre entreprise ici." + "4": "Sélectionnez un numéro de conférence pour votre entreprise ici.", + "5": "Sélectionnez un numéro de fax pour votre entreprise ici." } } }, diff --git a/submodules/strategy/strategy.js b/submodules/strategy/strategy.js index d81bd505..b8b741c4 100644 --- a/submodules/strategy/strategy.js +++ b/submodules/strategy/strategy.js @@ -308,6 +308,11 @@ define(function(require){ element: mainTemplate.find('.element-container.strategy-confnum')[0], intro: self.i18n.active().strategy.walkthrough.second.steps['4'], position: 'top' + }, + { + element: mainTemplate.find('.element-container.strategy-faxingnum')[0], + intro: self.i18n.active().strategy.walkthrough.second.steps['5'], + position: 'top' } ];