From 3274456906ffe0fe8454bbec433b9c2d6f787608 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 8 Oct 2022 20:17:37 +0100 Subject: [PATCH] fix typo. when calling set-alert when enabling sign-up option. --- src/web.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.lisp b/src/web.lisp index 701d080..3d0b034 100644 --- a/src/web.lisp +++ b/src/web.lisp @@ -228,7 +228,7 @@ ;; Authorised (progn (nera:update-enable-sign-on-settings enable-sign-up) - (utils:set-alert "Enable Sign-Up setting saved." "successs") + (utils:set-alert "Enable Sign-Up setting updated." "success") (redirect "/site-settings")) ;; Not Authorised (progn