From 512c2674492d0e987a4ca6f734e36513194c38b6 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 20 Aug 2019 02:37:17 +0200 Subject: [PATCH] use Country instead of select country --- src/components/join-flow/country-step.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/join-flow/country-step.jsx b/src/components/join-flow/country-step.jsx index 57d1fde22..4df68c435 100644 --- a/src/components/join-flow/country-step.jsx +++ b/src/components/join-flow/country-step.jsx @@ -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' }); }