diff options
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/fr.yml | 2 | ||||
-rw-r--r-- | config/locales/ja.yml | 2 | ||||
-rw-r--r-- | config/locales/ru.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index b626aaf9d..fa367aebb 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -712,7 +712,7 @@ en-GB: label_message_new: New message label_message_posted: Message added label_reply_plural: Replies - label_send_information: Send account information to the user + label_send_information: Send new password to the user label_year: Year label_month: Month label_week: Week diff --git a/config/locales/en.yml b/config/locales/en.yml index 531081f78..0eb31a804 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -837,7 +837,7 @@ en: label_message_new: New message label_message_posted: Message added label_reply_plural: Replies - label_send_information: Send account information to the user + label_send_information: Send new password to the user label_year: Year label_month: Month label_week: Week diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4721028f2..c3df32b8f 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -848,7 +848,7 @@ fr: label_message_new: Nouveau message label_message_posted: Message ajouté label_reply_plural: Réponses - label_send_information: Envoyer les informations à l'utilisateur + label_send_information: Envoyer le mot de passe à l'utilisateur par email label_year: Année label_month: Mois label_week: Semaine diff --git a/config/locales/ja.yml b/config/locales/ja.yml index cabb5011c..6350698c9 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -734,7 +734,7 @@ ja: label_message_new: 新しいメッセージ label_message_posted: メッセージの追加 label_reply_plural: 返答 - label_send_information: アカウント情報をユーザーに送信 + label_send_information: 新しいパスワードをユーザーに送信 label_year: 年 label_month: 月 label_week: 週 diff --git a/config/locales/ru.yml b/config/locales/ru.yml index c2d76339d..f44b0fbcc 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -655,7 +655,7 @@ ru: label_scm: Тип хранилища label_search: Поиск label_search_titles_only: Искать только в названиях - label_send_information: Отправить пользователю информацию по учётной записи + label_send_information: Отправить новый пароль пользователю label_send_test_email: Послать email для проверки label_settings: Настройки label_show_completed_versions: Показывать завершённые версии |