Skip to content

Commit

Permalink
Update language preferences modal
Browse files Browse the repository at this point in the history
Updated text in language preferences modal since all text doesn't actually update.
  • Loading branch information
rebeccaalpert committed Jan 26, 2021
1 parent b034265 commit c9b8a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ const LanguagePreferencesModal = (props: LanguagePreferencesModalProps) => {
<form onSubmit={submit} name="form" className="modal-content modal-content--no-inner-scroll">
<ModalTitle>{t('language-preferences-modal~Edit language preferences')}</ModalTitle>
<ModalBody>
<p>
{t(
'language-preferences-modal~All interface content will appear in your selected language.',
)}
</p>
<div className="form-group">
<label htmlFor="language_dropdown">{t('language-preferences-modal~Language')}</label>
<label htmlFor="language_dropdown">
{t('language-preferences-modal~Select language:')}
</label>
<Dropdown
id="language_dropdown"
items={supportedLocales}
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/en/language-preferences-modal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Edit language preferences": "Edit language preferences",
"All interface content will appear in your selected language.": "All interface content will appear in your selected language.",
"Language": "Language",
"Select language:": "Select language:",
"Select language": "Select language"
}

0 comments on commit c9b8a8d

Please sign in to comment.