liquid_feedback_frontend

changeset 1279:ec084cda1be9

Fixed wording for notification setting
author bsw
date Mon Apr 18 06:58:53 2016 +0200 (2016-04-18)
parents ae8e1dbb8de9
children deb01dfd4429
files app/main/member/settings_notification.lua
line diff
     1.1 --- a/app/main/member/settings_notification.lua	Mon Apr 18 06:56:39 2016 +0200
     1.2 +++ b/app/main/member/settings_notification.lua	Mon Apr 18 06:58:53 2016 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4          ui.container{ attr = { style = "margin-left: 3em;" }, content = function()
     1.5          
     1.6            ui.container{ content = _"You will receive status update notification on issue phase changes. Additionally you can subscribe for a regular digest including updates on initiative drafts and new suggestions." }
     1.7 -          
     1.8 +          slot.put("<br />")
     1.9            ui.container{ content = function()
    1.10              ui.tag{
    1.11                tag = "input", 
    1.12 @@ -123,7 +123,7 @@
    1.13              }
    1.14              ui.tag{
    1.15                tag = "label", attr = { ['for'] = "digest_off" },
    1.16 -              content = _"Don't send me digest"
    1.17 +              content = _"Don't send me a digest"
    1.18              }
    1.19            end }
    1.20          end }
    1.21 @@ -141,7 +141,7 @@
    1.22            }
    1.23            ui.tag{
    1.24              tag = "label", attr = { ['for'] = "notify_level_none" },
    1.25 -            content = _"Don't send me notification by email"
    1.26 +            content = _"Don't send me notifications by email"
    1.27            }
    1.28          end }
    1.29          

Impressum / About Us