diff --git a/js/src/views/Settings/NotificationsView.vue b/js/src/views/Settings/NotificationsView.vue index f1fa44eb7..e9e5e471b 100644 --- a/js/src/views/Settings/NotificationsView.vue +++ b/js/src/views/Settings/NotificationsView.vue @@ -645,7 +645,7 @@ const dialog = inject("dialog"); const openRegenerateFeedTokensConfirmation = () => { dialog?.confirm({ - type: "warning", + variant: "warning", title: t("Regenerate new links") as string, message: t( "You'll need to change the URLs where there were previously entered."