1
0
Fork 0
forked from forgejo/forgejo

[I18N] Fix capitalization in English and reword a few strings

fixes #2551
This commit is contained in:
0ko 2024-03-17 21:04:11 +05:00
parent c63599d5c9
commit 4c1af0d9a6
4 changed files with 501 additions and 500 deletions

View file

@ -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)()