Skip to content

Commit

Permalink
fix: adjust copy for saved search modal
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Feb 19, 2020
1 parent 00373c8 commit 9b30444
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,12 @@ module.exports = {
],
cards: resourceData,
foundPosts: 12,
dialogTitle: 'Save search',
dialogQuestion: 'Do you want to add these search results to your saved searches?',
dialogTitle: 'Save Search',
dialogQuestion: 'To save your search, please give it a name so you can identify it later.',
dialogInput: 'label',
dialogInputLabel: 'Saved Search Label',
dialogInputDescription: 'Enter a label for these search results so you can identify them later.',
dialogConfirm: 'Yes, save',
dialogDismiss: 'No, don’t save'
dialogInputLabel: 'Name of saved search:',
dialogConfirm: 'Save',
dialogDismiss: 'Don’t save'
},
variants: [
{
Expand Down

0 comments on commit 9b30444

Please sign in to comment.