feat: user setting ping icons (#1277)
* feat: user setting ping icons * fix: format issues * test: adjust test to match expectations
This commit is contained in:
@@ -48,6 +48,9 @@ export default {
|
||||
homeBoard: {
|
||||
label: "Home board",
|
||||
},
|
||||
pingIconsEnabled: {
|
||||
label: "Use icons for pings",
|
||||
},
|
||||
},
|
||||
error: {
|
||||
usernameTaken: "Username already taken",
|
||||
@@ -116,6 +119,16 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
changePingIconsEnabled: {
|
||||
notification: {
|
||||
success: {
|
||||
message: "Ping icons toggled successfully",
|
||||
},
|
||||
error: {
|
||||
message: "Unable to toggle ping icons",
|
||||
},
|
||||
},
|
||||
},
|
||||
manageAvatar: {
|
||||
changeImage: {
|
||||
label: "Change image",
|
||||
@@ -1703,6 +1716,7 @@ export default {
|
||||
language: "Language & Region",
|
||||
board: "Home board",
|
||||
firstDayOfWeek: "First day of the week",
|
||||
accessibility: "Accessibility",
|
||||
},
|
||||
},
|
||||
security: {
|
||||
|
||||
Reference in New Issue
Block a user