From ca0346a80126c6926447ff2235677315253633ed Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 30 Oct 2023 09:10:41 +0100 Subject: [PATCH] Add hint that users should run pihole -g after successful teleporter import Signed-off-by: DL6ER --- scripts/pi-hole/js/settings-teleporter.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/settings-teleporter.js b/scripts/pi-hole/js/settings-teleporter.js index 5c0f08716..884a6f623 100644 --- a/scripts/pi-hole/js/settings-teleporter.js +++ b/scripts/pi-hole/js/settings-teleporter.js @@ -48,7 +48,9 @@ function importZIP() { if (data.error.hint !== null) $("#modal-import-error-message").text(data.error.hint); } else if ("files" in data) { $("#modal-import-success").show(); - $("#modal-import-success-title").text("Import successful"); + $("#modal-import-success-title").text( + "Import successful, please run pihole -g to update gravity." + ); var text = "

Processed files: