diff options
Diffstat (limited to 'templates/web/default/auth/logout.html')
-rw-r--r-- | templates/web/default/auth/logout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/default/auth/logout.html b/templates/web/default/auth/logout.html index 9f3390f0a..3d8df60e4 100644 --- a/templates/web/default/auth/logout.html +++ b/templates/web/default/auth/logout.html @@ -1,8 +1,8 @@ -[% INCLUDE 'header.html', title => loc('Logout') %] +[% INCLUDE 'header.html', title => loc('Sign out') %] -<h1>[% loc('You have been logged out') %]</h1> +<h1>[% loc('You have been signed out') %]</h1> -<p>Please feel free to <a href="[% c.uri_for('/auth/') %]">login again</a>.</p> +<p>Please feel free to <a href="[% c.uri_for('/auth') %]">sign in again</a>.</p> -[% INCLUDE 'footer.html' %]
\ No newline at end of file +[% INCLUDE 'footer.html' %] |