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

Commit

Permalink
fixed grammar for warning prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWarnock committed Feb 5, 2018
1 parent 0857f59 commit a0dd098
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 a0dd098

Please sign in to comment.