diff options
author | Go MAEDA <maeda@farend.jp> | 2021-01-24 05:38:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-01-24 05:38:22 +0000 |
commit | 091dd36accf8cb26b66a1307bd0899b3ca1e3c33 (patch) | |
tree | d8b4c2f350709264b0076769aaea6a11ca7e0252 /config | |
parent | 0f4228d4e6dca2b23409b8a67632c473e0426555 (diff) | |
download | redmine-091dd36accf8cb26b66a1307bd0899b3ca1e3c33.tar.gz redmine-091dd36accf8cb26b66a1307bd0899b3ca1e3c33.zip |
Show a warning message for watchers who cannot view the object (#33329).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@20725 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 142afa001..00f246f33 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -193,6 +193,7 @@ en: notice_issue_not_closable_by_open_tasks: "This issue cannot be closed because it has at least one open subtask." notice_issue_not_closable_by_blocking_issue: "This issue cannot be closed because it is blocked by at least one open issue." notice_issue_not_reopenable_by_closed_parent_issue: "This issue cannot be reopened because its parent issue is closed." + notice_invalid_watcher: "Invalid watcher: User will not receive any notifications because it does not have access to view this object." error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" error_scm_not_found: "The entry or revision was not found in the repository." |