From 51498647a390645b56a0d2125ac761315394b331 Mon Sep 17 00:00:00 2001 From: KayhanOgan Date: Wed, 12 Oct 2022 11:54:27 +0200 Subject: [PATCH] Naming and typos #393 --- app/controllers/Forms.java | 2 +- app/views/index.scala.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controllers/Forms.java b/app/controllers/Forms.java index 3e001523..301d2f29 100644 --- a/app/controllers/Forms.java +++ b/app/controllers/Forms.java @@ -125,7 +125,7 @@ public static Promise getLogoutForm() { public static Promise postLogout() { return new CreateAction().call((userId) -> { - flash("message", "Goodby " + session().get("username") + flash("message", "Goodbye " + session().get("username") + ". You were successfully logged out"); session().clear(); return redirect(routes.Application.index()); diff --git a/app/views/index.scala.html b/app/views/index.scala.html index cd03b624..e53be5a3 100644 --- a/app/views/index.scala.html +++ b/app/views/index.scala.html @@ -4,9 +4,9 @@ models.Globals.users.getUser(ctx())){
- Standard installation of Regal . - For more information visit our Wiki. - The http interface of Regal can be found here. + Standard installation of to.science. + For more information visit our Wiki. + The http interface of to.science can be found here.
}