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:
onebitboy 2026-06-01 16:17:09 +02:00 committed by 0ko
parent 19e1f58144
commit 56fac334cc

View file

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