[CLD-6487] Replace 'Country' with 'Country/Region' in country selectors (#25977)
* Replace 'Country' with 'Country/Region' in countr selectors * Fix linteR * Update snapshots
Этот коммит содержится в:
@@ -29,11 +29,11 @@ const CountrySelector = (props: CountrySelectorProps) => {
|
||||
}))}
|
||||
legend={formatMessage({
|
||||
id: 'payment_form.country',
|
||||
defaultMessage: 'Country',
|
||||
defaultMessage: 'Country/Region',
|
||||
})}
|
||||
placeholder={formatMessage({
|
||||
id: 'payment_form.country',
|
||||
defaultMessage: 'Country',
|
||||
defaultMessage: 'Country/Region',
|
||||
})}
|
||||
name={'country_dropdown'}
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user