Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
briandennis committed Oct 2, 2018
1 parent 42f83c8 commit 37e5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/constants.js
Expand Up @@ -508,7 +508,7 @@ export const WAITING_MESSAGE = 'This may take a long time. Your query is ' +
'currently executing and must finish before it can be saved.';

export const SAVE_WARNING = 'Note: when you save, the query will ' +
'execute and update the dataset immediately. Thereafter it will do so on the requested schedule.'
'execute and update the dataset immediately. Thereafter it will do so on the requested schedule.';

export const COLORS = {
red: '#EF553B'
Expand Down

0 comments on commit 37e5eab

Please sign in to comment.