chore: lowercase

This commit is contained in:
Tim-Niclas Oelschläger 2024-02-10 00:35:17 +01:00 committed by Lunny Xiao
parent 5c35d88110
commit 67797f5ac0

View File

@ -1685,9 +1685,9 @@ issues.dependency.issue_close_blocked = You need to close all issues blocking th
issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies" issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies"
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it. issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
issues.dependency.blocks_short = Blocks issues.dependency.blocks_short = Blocks
issues.dependency.blocks_following = Blocks: %s issues.dependency.blocks_following = blocks: %s
issues.dependency.blocked_by_short = Depends on issues.dependency.blocked_by_short = Depends on
issues.dependency.blocked_by_following = Depends on: %s issues.dependency.blocked_by_following = depends on: %s
issues.dependency.remove_header = Remove Dependency issues.dependency.remove_header = Remove Dependency
issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue? issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue? issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?