Skip to content

Commit

Permalink
TeamTag Not Required
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkaul committed Aug 28, 2023
1 parent 401e492 commit 54ba8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/TeamTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
v-model="teamInfo.tag"
:label="$t('Team.TeamTag')"
:rules="[
v => !!v || $t('misc.Required'),
v =>
v.length <= 40 ||
$t('Team.CharacterLimit', [$t('Team.Name'), 40])
Expand Down
4 changes: 2 additions & 2 deletions src/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"NewInfo": "New Team Info",
"NewPlayer": "New Player",
"EditPlayer": "Edit Player",
"NewTag": "NEW",
"NewTag": "",
"Captain": "Team Captain?",
"WhatIsCaptain": "The first captain to appear on this list will be able to cast vetoes in game. If no captain is selected, the first user on the team list is considered captain.",
"CharacterLimit": "Team {0} must be less than {1} characters.",
Expand Down Expand Up @@ -629,7 +629,7 @@
"NewInfo": "New Team Info",
"NewPlayer": "Nouveau Joueur",
"EditPlayer": "Modifier le joueur",
"NewTag": "NEW",
"NewTag": "",
"Captain": "Capitaine de l'équipe ?",
"WhatIsCaptain": "Le premier capitaine à figurer sur cette liste pourra opposer son veto en jeu. Si aucun capitaine n'est sélectionné, le premier utilisateur de la liste d'équipe est considéré comme capitaine.",
"CharacterLimit": "Equipe {0} doit être inférieur à {1} caractères.",
Expand Down

0 comments on commit 54ba8b3

Please sign in to comment.