feat: add edit user page (#173)

This commit is contained in:
Manuel
2024-03-05 21:10:19 +01:00
committed by GitHub
parent 8c9adb31f3
commit 41b99f191c
7 changed files with 394 additions and 9 deletions

View File

@@ -568,6 +568,36 @@ export default {
},
edit: {
metaTitle: "Edit user {username}",
section: {
profile: {
title: "Profile",
form: {
username: {
label: "Username",
},
email: {
label: "E-Mail",
},
},
},
preferences: {
title: "Preferences",
},
security: {
title: "Security",
},
dangerZone: {
title: "Danger zone",
action: {
delete: {
label: "Delete user permanently",
description:
"Deletes this user including their preferences. Will not delete any boards. User will not be notified.",
button: "Delete",
},
},
},
},
},
create: {
metaTitle: "Create user",