aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.rs')
-rw-r--r--src/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.rs b/src/ui.rs
index f17d1a8..2226a43 100644
--- a/src/ui.rs
+++ b/src/ui.rs
@@ -290,7 +290,7 @@ async fn post_settings(State(state): State<SharedState>, Form(input): Form<FormC
(StatusCode::OK, Html(
r#"<!doctype html>
<html><head></head><body>
- <p>Configuration updated</p>
+ <p>Configuration updated. If you enabled or disabled tunnel, please restart the cats-radio-node process.</p>
<p>To <a href="/">dashboard</a></p>
</body></html>"#.to_owned()))
}