mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-06-04 12:20:32 +00:00
fix(ui): typo fix (#12870)
This removes a wrong comma in the English `visibility_description` string. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12870 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
parent
19e1f58144
commit
56fac334cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1061,7 +1061,7 @@ template_select = Select a template
|
|||
template_helper = Make repository a template
|
||||
template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
|
||||
visibility = Visibility
|
||||
visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
|
||||
visibility_description = Only the owner or the organization members if they have rights will be able to see it.
|
||||
visibility_helper = Make repository private
|
||||
visibility_helper_forced = Your site administrator forces new repositories to be private.
|
||||
visibility_fork_helper = (Changing this will affect visibility of all forks.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue