liquid_feedback_frontend

changeset 1687:860e45ecd44e

Changed text when not logged in
author bsw
date Mon Sep 20 15:07:21 2021 +0200 (2021-09-20)
parents e5756a575dde
children c4821ac9e71b
files app/main/index/_sidebar_whatcanido.lua
line diff
     1.1 --- a/app/main/index/_sidebar_whatcanido.lua	Mon Sep 20 13:18:00 2021 +0200
     1.2 +++ b/app/main/index/_sidebar_whatcanido.lua	Mon Sep 20 15:07:21 2021 +0200
     1.3 @@ -83,7 +83,7 @@
     1.4      end
     1.5      if not app.session.member 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