liquid_feedback_frontend

changeset 1797:cdb2e4e28d86

Removed string 'hint'
author bsw
date Thu Oct 21 14:49:53 2021 +0200 (2021-10-21)
parents 16206342faca
children 7b16ddc69a2f
files app/main/admin/policy_show.lua
line diff
     1.1 --- a/app/main/admin/policy_show.lua	Thu Oct 21 14:47:30 2021 +0200
     1.2 +++ b/app/main/admin/policy_show.lua	Thu Oct 21 14:49:53 2021 +0200
     1.3 @@ -113,7 +113,7 @@
     1.4              field("name", _"Name")
     1.5            
     1.6              ui.field.text{ label = _"Description", name = "description", multiline = true }
     1.7 -            ui.field.text{ label = _"Hint",        readonly = true, 
     1.8 +            ui.field.text{ label = "",        readonly = true, 
     1.9                              value = _"Interval format:" .. " 3 mons 2 weeks 1 day 10:30:15" }
    1.10  
    1.11                              

Impressum / About Us