From b5a21535d3b46b28a84f4407cd2c20c6403e4801 Mon Sep 17 00:00:00 2001 From: Hnk Reno Date: Tue, 17 Jun 2014 12:55:32 +0200 Subject: [PATCH] Update code to reflect change to translations. --- access.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/access.lua b/access.lua index d4b07c5..879b453 100644 --- a/access.lua +++ b/access.lua @@ -464,7 +464,7 @@ function do_edit () end return redirect(portal_url.."password.html") - -- Edit user informations + -- Edit user information elseif string.ends(ngx.var.uri, "edit.html") then if args.givenName and args.sn and args.mail then @@ -561,7 +561,7 @@ function do_edit () cache:delete(user.."-mail|"..v) end set_headers(user) -- Ugly trick to reload cache - flash("win", t("informations_updated")) + flash("win", t("information_updated")) return redirect(portal_url.."info.html") else flash("fail", t("user_saving_fail"))