diff --git a/client/components/password-change/__snapshots__/password-change.test.js.snap b/client/components/password-change/__snapshots__/password-change.test.js.snap index 21b6780a..2e4098c3 100644 --- a/client/components/password-change/__snapshots__/password-change.test.js.snap +++ b/client/components/password-change/__snapshots__/password-change.test.js.snap @@ -18,6 +18,9 @@ exports[` rendering should not show 'cancel' button if passwor

Change your password

+

+ Use the form below to change your password. +

@@ -162,6 +165,9 @@ exports[` rendering should render correctly 1`] = `

Change your password

+

+ Use the form below to change your password. +

@@ -316,6 +322,9 @@ exports[` rendering with placeholder translation tags should r

PWD_CHANGE_TITL

+

+ PWD_CHANGE_HELP_TXT +

diff --git a/client/components/password-change/password-change.js b/client/components/password-change/password-change.js index 4255ea56..e508314d 100644 --- a/client/components/password-change/password-change.js +++ b/client/components/password-change/password-change.js @@ -174,6 +174,7 @@ export default class PasswordChange extends React.Component {

{t`PWD_CHANGE_TITL`}

+

{t`PWD_CHANGE_HELP_TXT`}

{getError(errors)} {this.getPasswordField({ diff --git a/client/test-translation.json b/client/test-translation.json index f95f5227..1ed4ac6e 100644 --- a/client/test-translation.json +++ b/client/test-translation.json @@ -309,6 +309,10 @@ "msgid": "PWD_CHANGE_TITL", "msgstr": ["Change your password"] }, + "PWD_CHANGE_HELP_TXT": { + "msgid": "PWD_CHANGE_HELP_TXT", + "msgstr": ["Use the form below to change your password."] + }, "PWD1_LBL": { "msgid": "PWD1_LBL", "msgstr": ["New Password"] diff --git a/i18n/de.po b/i18n/de.po index c2b7e062..816daeec 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -379,6 +379,10 @@ msgstr "Bestätigen Sie die Passwortänderung" msgid "PWD_CHANGE_TITL" msgstr "Passwort ändern" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Verwenden Sie das untenstehende Formular, um Ihr Passwort zu ändern." + #: client/components/password-change/password-change.js:87 #: client/components/password-change/password-change.js:93 #: client/components/password-change/password-change.test.js:129 diff --git a/i18n/en.po b/i18n/en.po index 32fb54c3..2842d56b 100644 --- a/i18n/en.po +++ b/i18n/en.po @@ -341,6 +341,10 @@ msgstr "Change password" msgid "PWD_CHANGE_TITL" msgstr "Change your password" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Use the form below to change your password." + #: client/components/password-change/password-change.js:185 msgid "PWD1_LBL" msgstr "New Password" diff --git a/i18n/fur.po b/i18n/fur.po index 2e4d6b9b..d7d89ff4 100644 --- a/i18n/fur.po +++ b/i18n/fur.po @@ -358,6 +358,10 @@ msgstr "Conferme il cambi de password" msgid "PWD_CHANGE_TITL" msgstr "Cambi de password" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Use the form below to change your password." + #: client/components/password-change/password-change.js:117 msgid "PWD1_LBL" msgstr "Gnove password" diff --git a/i18n/it.po b/i18n/it.po index f114a4b9..0cef5835 100644 --- a/i18n/it.po +++ b/i18n/it.po @@ -359,6 +359,10 @@ msgstr "Conferma cambio password" msgid "PWD_CHANGE_TITL" msgstr "Cambia password" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Utilizza il modulo sottostante per modificare la tua password." + #: client/components/password-change/password-change.js:117 msgid "PWD1_LBL" msgstr "Nuova password" diff --git a/i18n/ru.po b/i18n/ru.po index dba0d5ca..4d8adc22 100644 --- a/i18n/ru.po +++ b/i18n/ru.po @@ -356,6 +356,10 @@ msgstr "Подтвердите смену пароля" msgid "PWD_CHANGE_TITL" msgstr "Изменить пароль" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Используйте форму ниже, чтобы изменить свой пароль." + #: client/components/password-change/password-change.js:117 msgid "PWD1_LBL" msgstr "Новый пароль" diff --git a/i18n/sl.po b/i18n/sl.po index f9c3ff69..c0b6887d 100644 --- a/i18n/sl.po +++ b/i18n/sl.po @@ -320,6 +320,10 @@ msgstr "Potrdite spremembo gesla" msgid "PWD_CHANGE_TITL" msgstr "Sprememba gesla" +#: client/components/password-change/password-change.js:177 +msgid "PWD_CHANGE_HELP_TXT" +msgstr "Utilize il formulari par cambiâ la tô password." + #: client/components/password-change/password-change.js:117 msgid "PWD1_LBL" msgstr "Novo geslo"