Skip to content

Commit

Permalink
feat(my-history): Change confirmation dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv authored Aug 2, 2022
1 parent eb2b99c commit d4af982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/messages/en.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"confirmDisableModal": {
"title": "Disable History Queries",
"message": "Disabling History Queries you also clear all the history list.",
"message": "If you disable the history queries feature, your search history will be deleted.",
"dismiss": "Cancel",
"confirm": "Disable"
}
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages/es.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"confirmDisableModal": {
"title": "Deshabilitar History Queries",
"message": "Al deshabilitar las History Queries se eliminará todo el historial.",
"message": "Si deshabilitas las History Queries, tu historial de búsqueda será eliminado.",
"dismiss": "Cancelar",
"confirm": "Deshabilitar"
}
Expand Down

0 comments on commit d4af982

Please sign in to comment.