Skip to content
Snippets Groups Projects
Commit c1f0e79c authored by Shekar Siri's avatar Shekar Siri
Browse files

fix(ui) - typo

parent 6ffa00cf
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ function SaveSearchModal(props: Props) {
if (await confirm({
header: 'Confirm',
confirmButton: 'Yes, Delete',
confirmation: `Are you sure you want to permanently delete this Saved serch?`,
confirmation: `Are you sure you want to permanently delete this Saved search?`,
})) {
props.remove(savedSearch.searchId).then(() => {
closeHandler();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment