diff --git a/frontend/src/routes/edit/profile/+page.svelte b/frontend/src/routes/edit/profile/+page.svelte index f17ecea..2e4c79e 100644 --- a/frontend/src/routes/edit/profile/+page.svelte +++ b/frontend/src/routes/edit/profile/+page.svelte @@ -60,7 +60,17 @@ let modified = false; - $: modified = isModified(bio, display_name, links, names, pronouns, fields, avatar, member_title, list_private); + $: modified = isModified( + bio, + display_name, + links, + names, + pronouns, + fields, + avatar, + member_title, + list_private, + ); $: getAvatar(avatar_files).then((b64) => (avatar = b64)); const isModified = ( @@ -461,30 +471,36 @@ -
- - +
+
+ + +

+ + This is the text used for the "Members" heading. If you leave it blank, the default text + will be used. +

+
+
+
+
+ + +

- This is the text used for the "Members" heading. If you leave it blank, the default text will - be used. + This only hides your member list. + + Your members will still be visible to anyone at + pronouns.cc/@{data.user.name}/[member-name]. +

- - -
- -
-

- - If this is checked, your member list will be hidden from other users. - This will not make any of your members' pages or information private. -