diff options
author | Giteabot <teabot@gitea.io> | 2024-12-22 08:10:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 19:10:42 -0500 |
commit | 57868c2315aa11f3790076bec38fbe009bbcbd6a (patch) | |
tree | 3f159fe4a91818b0c6feadde963ed38c78111ff1 | |
parent | b1c21880c161476e40d5cbdef9d66fb6c6538908 (diff) | |
download | gitea-release/v1.23.tar.gz gitea-release/v1.23.zip |
Fix locale (#32937) (#32942)release/v1.23
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 92ce4f2db9..73041ceee5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1946,8 +1946,8 @@ pulls.delete.title = Delete this pull request? pulls.delete.text = Do you really want to delete this pull request? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived) pulls.recently_pushed_new_branches = You pushed on branch <strong>%[1]s</strong> %[2]s -pulls.upstream_diverging_prompt_behind_1 = This branch is %d commit behind %s -pulls.upstream_diverging_prompt_behind_n = This branch is %d commits behind %s +pulls.upstream_diverging_prompt_behind_1 = This branch is %[1]d commit behind %[2]s +pulls.upstream_diverging_prompt_behind_n = This branch is %[1]d commits behind %[2]s pulls.upstream_diverging_prompt_base_newer = The base branch %s has new changes pulls.upstream_diverging_merge = Sync fork |