diff --git a/applications/welcome/views/default/user.html b/applications/welcome/views/default/user.html index 00ff6736..f41aa4e7 100644 --- a/applications/welcome/views/default/user.html +++ b/applications/welcome/views/default/user.html @@ -1,7 +1,7 @@ {{extend 'layout.html'}}
-
+

{{=T('Sign Up') if request.args(0) == 'register' else T('Log In') if request.args(0) == 'login' else T(request.args(0).replace('_',' ').title())}}