Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Remove setting.option, add nav.title
  • Loading branch information
umairidris committed Jan 20, 2017
commit b406cdf26f48650b40402fa0bf22ea6c855cbf09
2 changes: 1 addition & 1 deletion src/components/GlobalSidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class GlobalSidebar extends Component {
className="navbar-text"
onClick={() => handleOpen(false)}
>
<LocaleFormattedMessage id="setting.title" defaultMessage="Quran" />
<LocaleFormattedMessage id="nav.title" defaultMessage="Quran" />
</p>
</NavbarHeader>
</Navbar>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const SettingsModal = ({
<Modal show={open} onHide={handleHide}>
<ModalHeader closeButton>
<ModalTitle className="montserrat">
<LocaleFormattedMessage id="nav.settings" defaultMessage="Settings" />
<LocaleFormattedMessage id="setting.title" defaultMessage="Settings" />
</ModalTitle>
</ModalHeader>
<ModalBody>
Expand Down
2 changes: 1 addition & 1 deletion src/locale/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default {
'local.changeLocal': 'اختر اللغة التي تود عرض الموقع بها',
'local.navtiveName': 'العربية',
'local.selectLabel': 'اللغة',
'setting.options': 'خيارات',
'setting.title': 'خيارات',
'setting.surahs': 'السورة',
'setting.verses': 'الذهاب إلى الآية',
Expand Down Expand Up @@ -61,6 +60,7 @@ export default {
'actions.play': 'لعب',
'actions.pause': 'وقفة',

'nav.title': 'القرآن',
'nav.settings': 'خيارات',
'nav.contribute': 'يساهم',
'nav.aboutUs': 'معلومات عنا',
Expand Down
4 changes: 2 additions & 2 deletions src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default {
'local.changeLocal': 'Choose the language you want the site to display with',
'local.navtiveName': 'English',
'local.selectLabel': 'Language',
'setting.options': 'Options',
'setting.title': 'Quran',
'setting.title': 'Settings',
'setting.surahs': 'Surahs',
'setting.verses': 'Go to verse',
'setting.reciters.title': 'Reciters',
Expand Down Expand Up @@ -61,6 +60,7 @@ export default {
'actions.play': 'Play',
'actions.pause': 'Pause',

'nav.title': 'Quran',
'nav.settings': 'Settings',
'nav.contribute': 'Contribute',
'nav.aboutUs': 'About us',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/ur.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default {
'local.changeLocal': 'جس زبان میں سایٹ دیکہنا چاہتے ہیں اس زبان کا انتخاب کریں',
'local.navtiveName': 'اردو',
'local.selectLabel': 'زبان',
'setting.options': 'اختیارات',
'setting.title': 'اختیارات',
'setting.surahs': 'سورة',
'setting.verses': 'آیت منتخب کریں',
Expand Down Expand Up @@ -61,6 +60,7 @@ export default {
'actions.play': 'چلاو',
'actions.pause': 'روک دیں',

'nav.title': 'قرآن',
'nav.settings': 'اختیارات',
'nav.contribute': 'تعاون کریں',
'nav.aboutUs': 'ہمارے متعلق',
Expand Down