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 = (
|
||||
<Input
|
||||
name="name"
|
||||
placeholder="Name your team"
|
||||
placeholder={t('modals.edit_team.placeholders.name')}
|
||||
autoFocus={true}
|
||||
value={name}
|
||||
maxLength={50}
|
||||
|
|
|
|||
Loading…
Reference in a new issue