From c1b12801825fe4da674350f2b6c367c00b8f8ca1 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 27 Nov 2024 04:31:16 +0100 Subject: [PATCH] feat: improve wording of limited visibility - "Authenticated users" might suggest that there are special types of users when it merely means users that are signed in. - Resolves Codeberg/Documentation#427 --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f836d8fb57..91a6b1bf4e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1034,7 +1034,7 @@ visibility = User visibility visibility.public = Public visibility.public_tooltip = Visible to everyone visibility.limited = Limited -visibility.limited_tooltip = Visible only to authenticated users +visibility.limited_tooltip = Visible only to signed-in users visibility.private = Private visibility.private_tooltip = Visible only to members of organizations you have joined @@ -2858,7 +2858,7 @@ settings.permission = Permissions settings.repoadminchangeteam = Repository admin can add and remove access for teams settings.visibility = Visibility settings.visibility.public = Public -settings.visibility.limited = Limited (visible only to authenticated users) +settings.visibility.limited = Limited (visible only to signed-in users) settings.visibility.limited_shortname = Limited settings.visibility.private = Private (visible only to organization members) settings.visibility.private_shortname = Private