diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-01-28 16:05:20 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-01-28 10:05:20 -0500 |
commit | 7461c5a75f7363aecc57b9a2c1358fb7cf92c27e (patch) | |
tree | eb8a18dbc24566481d89eb68cfb8d464a4c6c0f1 /options | |
parent | 56415fa2fca3ca3677a903464b7724fcc112a195 (diff) | |
download | gitea-7461c5a75f7363aecc57b9a2c1358fb7cf92c27e.tar.gz gitea-7461c5a75f7363aecc57b9a2c1358fb7cf92c27e.zip |
Fix "pulls.blocked_by_approvals" text (#5879)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8af302b510..653d34c931 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -872,7 +872,7 @@ pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress. Remove the <strong>%s</strong> prefix from the title when it's ready pulls.data_broken = This pull request is broken due to missing fork information. pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments." -pulls.blocked_by_approvals = "This Pull Request hasn't enough approvals yet. %d of %d approvals granted." +pulls.blocked_by_approvals = "This Pull Request doesn't have enough approvals yet. %d of %d approvals granted." pulls.can_auto_merge_desc = This pull request can be merged automatically. pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts. pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts. |