]> source.dussan.org Git - gitea.git/commitdiff
Fix dependency translations (#16753)
authorSteven <61625851+justusbunsi@users.noreply.github.com>
Fri, 20 Aug 2021 23:13:45 +0000 (01:13 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 23:13:45 +0000 (00:13 +0100)
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
options/locale/locale_en-US.ini

index 5c40eb18b30840f0f0fa5f7c7f3b9de308396d6b..4715afcd3e54d78948fb03d8b2365c56e3134587 100644 (file)
@@ -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.