# HG changeset patch # User bsw # Date 1632739219 -7200 # Node ID 11cb89cd2a9279db5a537aa26496c8474442b7fa # Parent 58e1e8d6f5963c2e49428e6da7a3cec25856f166 Nicer wording diff -r 58e1e8d6f596 -r 11cb89cd2a92 app/main/area/_sidebar_whatcanido.lua --- a/app/main/area/_sidebar_whatcanido.lua Mon Sep 27 12:20:33 2021 +0200 +++ b/app/main/area/_sidebar_whatcanido.lua Mon Sep 27 12:40:19 2021 +0200 @@ -173,7 +173,7 @@ end else ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function () - ui.tag{ content = _"You are not entitled to vote in this unit" } + ui.tag{ content = _"Login to participate" } ui.tag{ tag = "ul", content = function() ui.tag{ tag = "li", content = function() ui.link{ module = "index", view = "login", content = _"Login" } diff -r 58e1e8d6f596 -r 11cb89cd2a92 app/main/unit/_sidebar_whatcanido.lua --- a/app/main/unit/_sidebar_whatcanido.lua Mon Sep 27 12:20:33 2021 +0200 +++ b/app/main/unit/_sidebar_whatcanido.lua Mon Sep 27 12:40:19 2021 +0200 @@ -80,7 +80,7 @@ else ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function () - ui.tag{ content = _"You are not entitled to vote in this unit" } + ui.tag{ content = _"Login to participate" } if not app.session.member_id then ui.tag{ tag = "ul", content = function() ui.tag{ tag = "li", content = function()