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") }}