mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
feat(dashboard): add new privacy fields
This commit is contained in:
parent
73e4120d47
commit
47ed819ea2
5 changed files with 13 additions and 3 deletions
|
|
@ -17,7 +17,9 @@
|
|||
front_privacy: "Front",
|
||||
front_history_privacy: "Front history",
|
||||
group_list_privacy: "Group list",
|
||||
pronoun_privacy: "Pronouns"
|
||||
pronoun_privacy: "Pronouns",
|
||||
avatar_privacy: "Avatar",
|
||||
name_privacy: "Name"
|
||||
};
|
||||
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,9 @@
|
|||
front_privacy: "Front",
|
||||
front_history_privacy: "Front history",
|
||||
group_list_privacy: "Group list",
|
||||
pronoun_privacy: "Pronouns"
|
||||
pronoun_privacy: "Pronouns",
|
||||
avatar_privacy: "Avatar",
|
||||
name_privacy: "Name"
|
||||
};
|
||||
|
||||
async function submit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue