From 56fac334ccd17c19a7450e673017052cb1e395ff Mon Sep 17 00:00:00 2001 From: onebitboy Date: Mon, 1 Jun 2026 16:17:09 +0200 Subject: [PATCH] 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> --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 979f2c0467..4989de655d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -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.)