diff options
Diffstat (limited to 'uploader/templates')
-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> |