diff options
author | bugreport0 <32939607+bugreport0@users.noreply.github.com> | 2018-04-19 14:24:31 +0000 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-04-19 17:24:31 +0300 |
commit | bac6d05e78603ce9bb028f9ba2b77b9ea2975347 (patch) | |
tree | 1df861163e9953ff918be71dafcaa2903d112c80 /templates/repo/branch/list.tmpl | |
parent | 1d82e775ccc8654954fae0d909831d0a77c53307 (diff) | |
download | gitea-bac6d05e78603ce9bb028f9ba2b77b9ea2975347.tar.gz gitea-bac6d05e78603ce9bb028f9ba2b77b9ea2975347.zip |
Improve English grammar and consistency. (#3614)
* Start improving English grammar and consistency.
* Apply review comments, push translation further.
* Additional review changes; expand translation.
* Undo team/organization change, further translation.
* Add site administration; review comments; merge.
* Update hardcoded branch protection string tests.
* Update hardcoded branch deletion string test.
* Update another hardcoded translation string test.
* Add my nickname to the list of translators.
* Implement @lafriks review comments.
* Remove (now) unused branch deletion warnings.
* Remove (now) unused branch deletion warnings.
Diffstat (limited to 'templates/repo/branch/list.tmpl')
-rw-r--r-- | templates/repo/branch/list.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index c3bc04df27..e4bbc13998 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -73,8 +73,6 @@ </div> <div class="content"> <p>{{.i18n.Tr "repo.branch.delete_desc"}}</p> - {{.i18n.Tr "repo.branch.delete_notices_1" | Safe}}<br> - {{.i18n.Tr "repo.branch.delete_notices_html"}} <span class="branch-name"></span><br> </div> {{template "base/delete_modal_actions" .}} </div> |