summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorSteven <61625851+justusbunsi@users.noreply.github.com>2021-08-21 01:13:45 +0200
committerGitHub <noreply@github.com>2021-08-21 00:13:45 +0100
commit3ecc4a1b9e66bdf0e5f46004ed8a5aae98a382aa (patch)
tree96209d9e4aa6c9edf062706e770cfd5663df3ba0 /options
parentdc2613600cc5a2a0e1418762a779cd89f18dd30e (diff)
downloadgitea-3ecc4a1b9e66bdf0e5f46004ed8a5aae98a382aa.tar.gz
gitea-3ecc4a1b9e66bdf0e5f46004ed8a5aae98a382aa.zip
Fix dependency translations (#16753)
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 5c40eb18b3..4715afcd3e 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1330,8 +1330,8 @@ issues.dependency.remove = Remove
issues.dependency.remove_info = Remove this dependency
issues.dependency.added_dependency = `added a new dependency %s`
issues.dependency.removed_dependency = `removed a dependency %s`
-issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues
-issues.dependency.pr_closing_blockedby = Closing this issue is blocked by the following issues
+issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
+issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.