summaryrefslogtreecommitdiff
path: root/web/source
diff options
context:
space:
mode:
Diffstat (limited to 'web/source')
-rw-r--r--web/source/settings/views/user/profile/profile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/views/user/profile/profile.tsx b/web/source/settings/views/user/profile/profile.tsx
index 69fcabd7c..6b59b7916 100644
--- a/web/source/settings/views/user/profile/profile.tsx
+++ b/web/source/settings/views/user/profile/profile.tsx
@@ -295,7 +295,7 @@ function ProfileForm({ data: profile }: ProfileFormProps) {
</div>
<Select
field={form.webVisibility}
- label="Visibility level of posts to show on your profile, and in your RSS feed (if enabled)."
+ label="Visibility level of posts to show on your profile web page, and in your RSS feed (if enabled)."
options={
<>
<option value="public">Show Public posts only (the GoToSocial default)</option>