aboutsummaryrefslogtreecommitdiff
path: root/server/ui/controller/settings.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/ui/controller/settings.go')
-rw-r--r--server/ui/controller/settings.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/ui/controller/settings.go b/server/ui/controller/settings.go
index af7558a2..feba8936 100644
--- a/server/ui/controller/settings.go
+++ b/server/ui/controller/settings.go
@@ -62,6 +62,7 @@ func (c *Controller) UpdateSettings(ctx *core.Context, request *core.Request, re
return
}
+ ctx.SetFlashMessage(ctx.Translate("Preferences saved!"))
response.Redirect(ctx.Route("settings"))
}