diff --git a/jsapp/js/components/modalForms/translationSettings.es6 b/jsapp/js/components/modalForms/translationSettings.es6 index 8451804cdd..17851d41f2 100644 --- a/jsapp/js/components/modalForms/translationSettings.es6 +++ b/jsapp/js/components/modalForms/translationSettings.es6 @@ -267,7 +267,15 @@ export class TranslationSettings extends React.Component {

{t('Here you can add more languages to your project, and translate the strings in each of them.')}

{t('Please name your default language before adding languages and translations.')}

-

{t('For the language code field, we suggest using the')} {t('official language code')} {t('(e.g. "English (en)" or "Rohingya (rhg)").')} {t('Read more.')}

+

{t('For the language code field, we suggest using the')} + + {t('official language code')} + + {t('(e.g. "English (en)" or "Rohingya (rhg)").')} + + {t('Read more.')} + +

: