add clarity about need for restart after config update

This commit is contained in:
glyph 2022-02-02 16:20:30 +02:00
parent a46b58b206
commit dfc173d941
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ pub fn configure_sbot_post(config: Form<SbotConfigForm>, _auth: Authenticated) -
match SbotConfig::write(config) {
Ok(_) => Flash::success(
Redirect::to("/settings/scuttlebutt/configure"),
"Updated configuration",
"Configuration updated. The pub must be (re)started for the changes to take effect",
),
Err(e) => Flash::error(
Redirect::to("/settings/scuttlebutt/configure"),