mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 01:45:22 +02:00
i18n: use ellipsis character (#7154)
- Instead of using `...`, use the unicode character for ellipsis `…`. - According to weblate: Using the Unicode character is in most cases the better approach and looks better rendered, and may sound better with text-to-speech. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7154 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
4f027fe95a
commit
eb78c6618b
6 changed files with 22 additions and 22 deletions
|
@ -33,5 +33,5 @@ func TestRepoCollaborators(t *testing.T) {
|
|||
// Veirfy placeholder
|
||||
placeholder, exists := page.Find("#search-user-box input").Attr("placeholder")
|
||||
assert.True(t, exists)
|
||||
assert.EqualValues(t, "Search users...", placeholder)
|
||||
assert.EqualValues(t, "Search users…", placeholder)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue