import: Remove "Try refreshing" text from the successfully imported notification

It is no longer very pertinent since all watched data isn't stored in the browser. When we redirect the user to their list, fresh data is already fetched.
This commit is contained in:
IRHM
2026-07-30 21:42:53 +01:00
committed by momi
parent f4b7f66104
commit 76fdbe3cd0
+1 -1
View File
@@ -525,7 +525,7 @@
} else {
notify({
type: "success",
text: "All content successfully imported! Try refreshing if you are missing data.",
text: "All content successfully imported!",
time: 15000,
});
goto(resolve("/"));