fixed grammar for warning prompt
This commit is contained in:
parent
0857f59b3b
commit
a0dd098fc6
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import * as validator from 'shared/settings/validator';
|
||||||
import * as settingsValues from 'shared/settings/values';
|
import * as settingsValues from 'shared/settings/values';
|
||||||
|
|
||||||
const DO_YOU_WANT_TO_CONTINUE =
|
const DO_YOU_WANT_TO_CONTINUE =
|
||||||
'Some settings in JSON can be lose on migrating. ' +
|
'Some settings in JSON can be lost when migrating. ' +
|
||||||
'Do you want to continue?';
|
'Do you want to continue?';
|
||||||
|
|
||||||
class SettingsComponent extends Component {
|
class SettingsComponent extends Component {
|
||||||
|
|
Reference in a new issue