aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 13:47:29 -0600
committerFrederick Muriuki Muriithi2025-02-03 13:47:29 -0600
commit6bfa2b8b47f4eadb5159002450eef2ed60a27ced (patch)
treeb0957ee4ed159728d6e19a3770ca7b8d15a6bfc8 /uploader/templates/base.html
parent14ccf06f59962a26898381acbec69e41be059bfd (diff)
downloadgn-uploader-6bfa2b8b47f4eadb5159002450eef2ed60a27ced.tar.gz
Make sign in/out terminology consistent with GN2.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index a08c3e5..9cd4cee 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -32,10 +32,10 @@
<a href="{{url_for('oauth2.logout')}}"
title="Log out of the system">
<span class="glyphicon glyphicon-user"></span>
- Log Out</a>
+ Sign Out</a>
{%else%}
<a href="{{authserver_authorise_uri()}}"
- title="Log in to the system">Log In</a>
+ title="Log in to the system">Sign In</a>
{%endif%}
</li>
</ul>