summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-02-27 07:46:35 +0000
committerGo MAEDA <maeda@farend.jp>2021-02-27 07:46:35 +0000
commit72d622dc9f38f9a429aee7d86667426cf57337ea (patch)
treed9be4925da6fd724733cd47ace5a482ea9b494c4 /config/locales/en.yml
parent2f3222e0bdaacae4a2d17224d61a18cb060e9031 (diff)
downloadredmine-72d622dc9f38f9a429aee7d86667426cf57337ea.tar.gz
redmine-72d622dc9f38f9a429aee7d86667426cf57337ea.zip
Display more detailed error message when attempting to import malformed CSV file (#34762).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20756 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 403b0f398..979417a32 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -221,7 +221,7 @@ en:
warning_attachments_not_saved: "%{count} file(s) could not be saved."
error_password_expired: "Your password has expired or the administrator requires you to change it."
error_invalid_file_encoding: "The file is not a valid %{encoding} encoded file"
- error_invalid_csv_file_or_settings: "The file is not a CSV file or does not match the settings below"
+ error_invalid_csv_file_or_settings: "The file is not a CSV file or does not match the settings below (%{value})"
error_can_not_read_import_file: "An error occurred while reading the file to import"
error_attachment_extension_not_allowed: "Attachment extension %{extension} is not allowed"
error_ldap_bind_credentials: "Invalid LDAP Account/Password"