diff options
author | Lauris BH <lauris@nix.lv> | 2018-09-07 05:32:46 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-09-07 10:32:46 +0800 |
commit | fab7937c62f418c0170770290b491df0e8886e08 (patch) | |
tree | 0035b57717dd6a8b907f36d90f63c52e45c38fe3 /options/locale | |
parent | fa4663e61e39f0cef225ea92235a16e7da977b08 (diff) | |
download | gitea-fab7937c62f418c0170770290b491df0e8886e08.tar.gz gitea-fab7937c62f418c0170770290b491df0e8886e08.zip |
Improve dependency UI (#4503)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9bd6f2e597..43a5aa0415 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -794,6 +794,7 @@ issues.dependency.pr_no_dependencies = This pull request currently doesn't have issues.dependency.add = Add dependency... issues.dependency.cancel = Cancel issues.dependency.remove = Remove +issues.dependency.remove_info = Remove this dependency issues.dependency.added_dependency = `<a href="%[1]s">%[2]s</a> added a new dependency %[3]s` issues.dependency.removed_dependency = `<a href="%[1]s">%[2]s</a> removed a dependency %[3]s` issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues |