diff options
author | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-03-19 09:09:27 +0100 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-03-19 09:09:27 +0100 |
commit | c16866d4a57787679c48891f400d9b254ef3904e (patch) | |
tree | b0d70e7e01129320af563a1e405cda8666e3a23a /tests | |
parent | Fix #2512 /api/forgejo/v1/version auth check (#2582) (diff) | |
parent | [I18N] Fix capitalization in English and reword a few strings (diff) | |
download | forgejo-c16866d4a57787679c48891f400d9b254ef3904e.tar.xz forgejo-c16866d4a57787679c48891f400d9b254ef3904e.zip |
Merge pull request 'English fixes and improvements' (#2631) from 0ko/forgejo:english20240311 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2631
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/repo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/repo_test.go b/tests/integration/repo_test.go index cb79a2fa9b..9f7221230b 100644 --- a/tests/integration/repo_test.go +++ b/tests/integration/repo_test.go @@ -383,7 +383,7 @@ func TestRepoHTMLTitle(t *testing.T) { defer tests.PrintCurrentTest(t)() htmlTitle := GetHTMLTitle(t, nil, "/user2/repo1/pulls") - assert.EqualValues(t, "Pull Requests - user2/repo1 - Gitea: Git with a cup of tea", htmlTitle) + assert.EqualValues(t, "Pull requests - user2/repo1 - Gitea: Git with a cup of tea", htmlTitle) }) t.Run("View pull request", func(t *testing.T) { defer tests.PrintCurrentTest(t)() |