about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
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>