Updated dependencies; added translation string to CreateTeamSchema schema

This commit is contained in:
gbuomprisco
2024-09-13 11:03:31 +02:00
parent 4be76ac797
commit 5706a3486c
18 changed files with 244 additions and 233 deletions

View File

@@ -157,5 +157,6 @@
"joinTeamAccount": "Join Team",
"joiningTeam": "Joining team...",
"leaveTeamInputLabel": "Please type LEAVE to confirm leaving the team.",
"leaveTeamInputDescription": "By leaving the team, you will no longer have access to it."
"leaveTeamInputDescription": "By leaving the team, you will no longer have access to it.",
"reservedNameError": "This name is reserved. Please choose a different one."
}