Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #332 from RyanWarnock/master
Browse files Browse the repository at this point in the history
fixed grammar for warning prompt
  • Loading branch information
ueokande committed Feb 5, 2018
2 parents 0857f59 + a0dd098 commit 5412584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/components/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5412584

Please sign in to comment.