diff --git a/text.js b/text.js index db1e34b..3b28b75 100644 --- a/text.js +++ b/text.js @@ -2,11 +2,17 @@ module.exports = { english: { // General mainTitle: 'easy Naz', help: 'Help', - submit: 'Next', back: 'go back to the previous page', homePage: 'Go-back-to-the-Start', homeIcon: 'Icon for the home page', - helpIcon: 'Icon for the help button' + helpIcon: 'Icon for the help button', + filtersChosen: 'Filters Chosen', + // Disabilities page + disabilitiesPrompt: 'Select the Disability or Disabilities you want to be catered for', + visual: 'Visual', + physical: 'Physical', + aural: 'Aural', + mental: 'Mental' }, arabic: { // General mainTitle: 'easy Naz', @@ -15,6 +21,12 @@ module.exports = { back: 'العوده صفحه الى الوراء ', homePage: 'العوده الى الصفحه الرئيسيه ', homeIcon: ' ايقونه الصفحه الرئيسيه ', - helpIcon: ' ايقونه للمساعده' + helpIcon: ' ايقونه للمساعده', + // Disabilities page + disabilitiesPrompt: 'حدد نوع الاعاقة او الاعاقات التي تهمك ', + visual: 'بصري', + physical: 'جسدي', + aural: 'سمعي', + mental: 'عقلي' } } diff --git a/views/home.hbs b/views/home.hbs index b856486..f6d571f 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -1,21 +1,21 @@
-

Select the Disability or Disabilities you want to be catered for

+

{{text.disabilitiesPrompt}}

- - - - + + + +
-

Filters chosen

+

{{text.filtersChosen}}

- Next + {{text.submit}}