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 /integrations/pull_merge_test.go | |
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 'integrations/pull_merge_test.go')
-rw-r--r-- | integrations/pull_merge_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/pull_merge_test.go b/integrations/pull_merge_test.go index aabb2c78fc..27f3586406 100644 --- a/integrations/pull_merge_test.go +++ b/integrations/pull_merge_test.go @@ -121,5 +121,5 @@ func TestPullCleanUpAfterMerge(t *testing.T) { htmlDoc := NewHTMLParser(t, resp.Body) resultMsg := htmlDoc.doc.Find(".ui.message>p").Text() - assert.EqualValues(t, "user1/feature/test has been deleted.", resultMsg) + assert.EqualValues(t, "Branch 'user1/feature/test' has been deleted.", resultMsg) } |