From 45d3a3e1ee13037ad86ee9d1cbdddd4f0ef416cd Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 9 May 2022 10:06:20 -0400 Subject: [PATCH] Another Logged in => Signed in --- crates/templates/src/res/components/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/templates/src/res/components/navbar.html b/crates/templates/src/res/components/navbar.html index af83dd4f..def40c17 100644 --- a/crates/templates/src/res/components/navbar.html +++ b/crates/templates/src/res/components/navbar.html @@ -21,7 +21,7 @@ limitations under the License.
{% if current_session %}
- Logged in as {{ current_session.user.username }}. + Signed in as {{ current_session.user.username }}.
{{ button::link(text="My account", href="/account") }}