diff options
author | Frederick Muriuki Muriithi | 2025-02-03 13:47:29 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-03 13:47:29 -0600 |
commit | 6bfa2b8b47f4eadb5159002450eef2ed60a27ced (patch) | |
tree | b0957ee4ed159728d6e19a3770ca7b8d15a6bfc8 /uploader/templates/base.html | |
parent | 14ccf06f59962a26898381acbec69e41be059bfd (diff) | |
download | gn-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.html | 4 |
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> |