diff options
Diffstat (limited to 'src/ui.rs')
-rw-r--r-- | src/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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())) } |