liquid_feedback_frontend

changeset 1714:11cb89cd2a92

Nicer wording
author bsw
date Mon Sep 27 12:40:19 2021 +0200 (2021-09-27)
parents 58e1e8d6f596
children 5ada43fc3f9b
files app/main/area/_sidebar_whatcanido.lua app/main/unit/_sidebar_whatcanido.lua
line diff
     1.1 --- a/app/main/area/_sidebar_whatcanido.lua	Mon Sep 27 12:20:33 2021 +0200
     1.2 +++ b/app/main/area/_sidebar_whatcanido.lua	Mon Sep 27 12:40:19 2021 +0200
     1.3 @@ -173,7 +173,7 @@
     1.4        end
     1.5      else
     1.6        ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function ()
     1.7 -        ui.tag{ content = _"You are not entitled to vote in this unit" }
     1.8 +        ui.tag{ content = _"Login to participate" }
     1.9          ui.tag{ tag = "ul", content = function()
    1.10            ui.tag{ tag = "li", content = function()
    1.11              ui.link{ module = "index", view = "login", content = _"Login" }
     2.1 --- a/app/main/unit/_sidebar_whatcanido.lua	Mon Sep 27 12:20:33 2021 +0200
     2.2 +++ b/app/main/unit/_sidebar_whatcanido.lua	Mon Sep 27 12:40:19 2021 +0200
     2.3 @@ -80,7 +80,7 @@
     2.4  
     2.5      else
     2.6        ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function ()
     2.7 -        ui.tag{ content = _"You are not entitled to vote in this unit" }
     2.8 +        ui.tag{ content = _"Login to participate" }
     2.9          if not app.session.member_id then
    2.10            ui.tag{ tag = "ul", content = function()
    2.11              ui.tag{ tag = "li", content = function()

Impressum / About Us