fix(ui) - typo
This commit is contained in:
parent
6ffa00cfe4
commit
c1f0e79c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue