diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-25 04:39:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-25 04:39:18 +0000 |
commit | 9783ba003d7e6a2d539c4be404c666a6aa5a4b25 (patch) | |
tree | 9334cc245f35beb35848c8ae086c07ea20c5462f /config | |
parent | 8e3a857802c5f529ba4a4f62065d13cdc0be7a9f (diff) | |
download | redmine-9783ba003d7e6a2d539c4be404c666a6aa5a4b25.tar.gz redmine-9783ba003d7e6a2d539c4be404c666a6aa5a4b25.zip |
Fix hard-coded error messages in ApplicationController (#33232).
Contributed by Kam Nazir.
git-svn-id: http://svn.redmine.org/redmine/trunk@20843 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 2ff0ae432..9d779a2fe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -242,6 +242,8 @@ en: error_filename_required: "Filename required" error_invalid_size_parameter: "Invalid size parameter" error_attachment_not_found: "Attachment %{name} not found" + error_invalid_authenticity_token: "Invalid form authenticity token." + error_query_statement_invalid: "An error occurred while executing the query and has been logged. Please report this error to your Redmine administrator." mail_subject_lost_password: "Your %{value} password" mail_body_lost_password: 'To change your password, click on the following link:' |