Merge pull request #332 from RyanWarnock/master
fixed grammar for warning prompt
This commit is contained in:
commit
5412584a7c
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ 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 {
|
||||||
constructor(props, context) {
|
constructor(props, context) {
|
||||||
|
|
Reference in a new issue