liquid_feedback_frontend

changeset 1715:5ada43fc3f9b

Nicer wording
author bsw
date Mon Sep 27 12:41:07 2021 +0200 (2021-09-27)
parents 11cb89cd2a92
children 0a3cce889a75
files app/main/issue/_sidebar_whatcanido.lua
line diff
     1.1 --- a/app/main/issue/_sidebar_whatcanido.lua	Mon Sep 27 12:40:19 2021 +0200
     1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua	Mon Sep 27 12:41:07 2021 +0200
     1.3 @@ -603,7 +603,7 @@
     1.4      
     1.5      if not app.session.member or not privileged_to_vote then
     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" }

Impressum / About Us