Skip to content

Commit 3ecc4a1

Browse files
authored
Fix dependency translations (#16753)
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
1 parent dc26136 commit 3ecc4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,8 +1330,8 @@ issues.dependency.remove = Remove
13301330
issues.dependency.remove_info = Remove this dependency
13311331
issues.dependency.added_dependency = `added a new dependency %s`
13321332
issues.dependency.removed_dependency = `removed a dependency %s`
1333-
issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues
1334-
issues.dependency.pr_closing_blockedby = Closing this issue is blocked by the following issues
1333+
issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
1334+
issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
13351335
issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
13361336
issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
13371337
issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.

0 commit comments

Comments
 (0)