Merge pull request #332 from RyanWarnock/master

fixed grammar for warning prompt
This commit is contained in:
Shin'ya Ueoka 2018-02-06 06:47:42 +09:00 committed by GitHub
commit 5412584a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ import * as validator from 'shared/settings/validator';
import * as settingsValues from 'shared/settings/values';
const DO_YOU_WANT_TO_CONTINUE =
'Some settings in JSON can be lose on migrating. ' +
'Do you want to continue ?';
'Some settings in JSON can be lost when migrating. ' +
'Do you want to continue?';
class SettingsComponent extends Component {
constructor(props, context) {