diff --git a/rhodecode/templates/base/base.mako b/rhodecode/templates/base/base.mako
--- a/rhodecode/templates/base/base.mako
+++ b/rhodecode/templates/base/base.mako
@@ -324,7 +324,7 @@
%if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
${h.link_to(_("Don't have an account?"),h.route_path('register'))}
%endif
- ${h.link_to(_("Using external auth? Login here."),h.route_path('login'))}
+ ${h.link_to(_("Using external auth? Sign In here."),h.route_path('login'))}