Show localized placeholder for team name

This commit is contained in:
Justin Edmund 2023-07-06 16:58:29 -07:00
parent da1acb1463
commit 5e0bda987d

View file

@ -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}