@@ -76,24 +75,26 @@ async function submit() {
v-model="data.description"
max-rows="4"
min-rows="2"
- label="Description"
+ :label="t('comp.team_add.description')"
placeholder="The best team!"
max-length="256"
counter
- :rules="[validation.maxOptional('Description', 256)]"
+ :rules="[validation.maxOptional(t('comp.team_add.description'), 256)]"
/>
-
An invite code will be generated automatically.
+
{{ t('comp.team_add.invite_code_automatically') }}
{{ t(error) }}