Skip to content

Commit 75c67ce

Browse files
authored
Merge pull request #970 from clinwiki-org/subscribed-search-model-msg
updating modal message for saved search
2 parents 2f42664 + affcc47 commit 75c67ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/containers/SearchPage/components/SaveSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const getSearchName = () => {
9090
//_showSnackbarHandler();
9191
//@ts-ignore
9292
//<Snackbar ref={snackbarRef}/>
93-
alert("Saved and subscribed to weekly changes to search: \n" + savedSearchName + " \n To unsubscribe, go to your profile")//data?.createSavedSearch.savedSearch.nameLabel)
93+
alert("You have now saved and are subscribed to weekly updates to the following search: \n\n" + savedSearchName + " \n\n To unsubscribe: delete the search in your profile")//data?.createSavedSearch.savedSearch.nameLabel)
9494
} else {
9595
toggleShowLoginModal(true);
9696
}

0 commit comments

Comments
 (0)