liquid_feedback_frontend

changeset 1784:294437b78505

Make string transalatable
author bsw
date Tue Oct 19 14:51:43 2021 +0200 (2021-10-19)
parents 64ff321f62c4
children 2e3d7415dff2
files app/main/initiative/history.lua
line diff
     1.1 --- a/app/main/initiative/history.lua	Tue Oct 19 14:47:28 2021 +0200
     1.2 +++ b/app/main/initiative/history.lua	Tue Oct 19 14:51:43 2021 +0200
     1.3 @@ -39,7 +39,7 @@
     1.4                    {
     1.5                      content = function(record)
     1.6                        slot.put('<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="old_draft_id_' .. record.id .. '"><input type="radio" class="mdl-radio__button" id="old_draft_id_' .. record.id .. '" name="old_draft_id" value="' .. tostring(record.id) .. '">') 
     1.7 -                      ui.tag { content = "compare" }
     1.8 +                      ui.tag { content = _"compare" }
     1.9                        slot.put(" ")
    1.10                        ui.link{
    1.11                          attr = { class = "action" },

Impressum / About Us