Skip to content

Commit

Permalink
UI-1210: Add a step to the walkthrough to explain the main faxbox number
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado committed Sep 3, 2015
1 parent 5b66bde commit 0b5d65d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion i18n/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions submodules/strategy/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
];

Expand Down

0 comments on commit 0b5d65d

Please sign in to comment.