Make the push notification modal slightly more correct. Closes #2163

This commit is contained in:
Gabe Kangas
2022-12-05 21:53:14 -08:00
parent 5bc7fe04b6
commit 4bcfc82a30
3 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ export const Content: FC = () => {
)}
<Modal
title="Notify"
title="Browser Notifications"
open={showNotifyModal}
afterClose={() => disableNotifyReminderPopup()}
handleCancel={() => disableNotifyReminderPopup()}