# HG changeset patch # User bsw # Date 1632739267 -7200 # Node ID 5ada43fc3f9bdd38cf4a9414c19337c0489871aa # Parent 11cb89cd2a9279db5a537aa26496c8474442b7fa Nicer wording diff -r 11cb89cd2a92 -r 5ada43fc3f9b app/main/issue/_sidebar_whatcanido.lua --- a/app/main/issue/_sidebar_whatcanido.lua Mon Sep 27 12:40:19 2021 +0200 +++ b/app/main/issue/_sidebar_whatcanido.lua Mon Sep 27 12:41:07 2021 +0200 @@ -603,7 +603,7 @@ if not app.session.member or not privileged_to_vote then 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" }