fix(ui) - typo

This commit is contained in:
Shekar Siri 2022-02-14 17:51:44 +01:00
parent 6ffa00cfe4
commit c1f0e79c8d

View file

@ -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();