liquid_feedback_frontend
view app/main/registration/register_completed.lua @ 1404:f99e7df399e6
Text case change
| author | bsw |
|---|---|
| date | Mon Aug 13 19:52:00 2018 +0200 (2018-08-13) |
| parents | 32cc544d5a5b |
| children | ebfedd6e44fe |
line source
1 ui.title(_"Self registration")
2 app.html_title.title = _"Self registration"
4 ui.container{ attr = { class = "mdl-grid" }, content = function()
5 ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
7 ui.heading{ content = _"Self registration completed" }
8 slot.put("<br />")
9 ui.container { content = _"We have sent you an invitation email to finish the account setup." }
10 slot.put("<br />")
11 ui.container { content = _"Please also check your SPAM folder." }
12 slot.put("<br />")
15 end }
16 end }
