loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'feat: improve wording of limited visibility' (#6083) from gusted/limited-visibility into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6083
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

0ko 6b9168c1 f795dd9b

+2 -2
+2 -2
options/locale/locale_en-US.ini
··· 1034 1034 visibility.public = Public 1035 1035 visibility.public_tooltip = Visible to everyone 1036 1036 visibility.limited = Limited 1037 - visibility.limited_tooltip = Visible only to authenticated users 1037 + visibility.limited_tooltip = Visible only to signed-in users 1038 1038 visibility.private = Private 1039 1039 visibility.private_tooltip = Visible only to members of organizations you have joined 1040 1040 ··· 2858 2858 settings.repoadminchangeteam = Repository admin can add and remove access for teams 2859 2859 settings.visibility = Visibility 2860 2860 settings.visibility.public = Public 2861 - settings.visibility.limited = Limited (visible only to authenticated users) 2861 + settings.visibility.limited = Limited (visible only to signed-in users) 2862 2862 settings.visibility.limited_shortname = Limited 2863 2863 settings.visibility.private = Private (visible only to organization members) 2864 2864 settings.visibility.private_shortname = Private