Skip to content

Commit

Permalink
feat(passwords): update country input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 8, 2022
1 parent 2c6380c commit 74cd557
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -194,8 +194,8 @@ const SignupForm = (props: Props) => {
onChange={onCountrySelect}
label={
<FormattedMessage
id='scenes.register.select_a_country'
defaultMessage='Select a Country'
id='scenes.register.select_country'
defaultMessage='Select Country'
/>
}
/>
Expand Down

0 comments on commit 74cd557

Please sign in to comment.