summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEarl Warren <earl-warren@noreply.codeberg.org>2024-03-19 09:09:27 +0100
committerEarl Warren <earl-warren@noreply.codeberg.org>2024-03-19 09:09:27 +0100
commitc16866d4a57787679c48891f400d9b254ef3904e (patch)
treeb0d70e7e01129320af563a1e405cda8666e3a23a /tests
parentFix #2512 /api/forgejo/v1/version auth check (#2582) (diff)
parent[I18N] Fix capitalization in English and reword a few strings (diff)
downloadforgejo-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.go2
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)()