Show localized placeholder for team name
This commit is contained in:
parent
da1acb1463
commit
5e0bda987d
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ const EditPartyModal = ({
|
||||||
const nameField = (
|
const nameField = (
|
||||||
<Input
|
<Input
|
||||||
name="name"
|
name="name"
|
||||||
placeholder="Name your team"
|
placeholder={t('modals.edit_team.placeholders.name')}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
value={name}
|
value={name}
|
||||||
maxLength={50}
|
maxLength={50}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue