mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
use Country instead of select country
This commit is contained in:
parent
58867dc249
commit
512c267449
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class CountryStep extends React.Component {
|
|||
this.countryOptions = [...countryData.registrationCountryOptions];
|
||||
this.countryOptions.unshift({
|
||||
disabled: true,
|
||||
label: this.props.intl.formatMessage({id: 'registration.selectCountry'}),
|
||||
label: this.props.intl.formatMessage({id: 'general.country'}),
|
||||
value: 'null'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue