diff --git a/applications/welcome3/controllers/default.py b/applications/welcome3/controllers/default.py index b2f2a5dd..912675cd 100644 --- a/applications/welcome3/controllers/default.py +++ b/applications/welcome3/controllers/default.py @@ -17,8 +17,8 @@ def index(): if you need a simple wiki simply replace the two lines below with: return auth.wiki() """ - response.flash = T("Welcome to web2py!") - return dict(message=T('Hello World')) + response.flash = T("Hello World") + return dict(message=T('Welcome to web2py!')) def user():