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