feat: add user setting for home board (#956)
This commit is contained in:
@@ -37,6 +37,9 @@ export default {
|
||||
previousPassword: {
|
||||
label: "Previous password",
|
||||
},
|
||||
homeBoard: {
|
||||
label: "Home board",
|
||||
},
|
||||
},
|
||||
error: {
|
||||
usernameTaken: "Username already taken",
|
||||
@@ -81,6 +84,16 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
changeHomeBoard: {
|
||||
notification: {
|
||||
success: {
|
||||
message: "Home board changed successfully",
|
||||
},
|
||||
error: {
|
||||
message: "Unable to change home board",
|
||||
},
|
||||
},
|
||||
},
|
||||
manageAvatar: {
|
||||
changeImage: {
|
||||
label: "Change image",
|
||||
@@ -1404,10 +1417,17 @@ export default {
|
||||
setting: {
|
||||
general: {
|
||||
title: "General",
|
||||
item: {
|
||||
language: "Language & Region",
|
||||
board: "Home board",
|
||||
},
|
||||
},
|
||||
security: {
|
||||
title: "Security",
|
||||
},
|
||||
board: {
|
||||
title: "Boards",
|
||||
},
|
||||
},
|
||||
list: {
|
||||
metaTitle: "Manage users",
|
||||
@@ -1736,6 +1756,7 @@ export default {
|
||||
},
|
||||
general: "General",
|
||||
security: "Security",
|
||||
board: "Boards",
|
||||
groups: {
|
||||
label: "Groups",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user