liquid_feedback_frontend

changeset 1277:8e0f30273edb

Changed wording for notification setting
author bsw
date Mon Apr 18 06:55:27 2016 +0200 (2016-04-18)
parents 3f725cfd4547
children ae8e1dbb8de9
files app/main/member/settings_notification.lua
line diff
     1.1 --- a/app/main/member/settings_notification.lua	Sun Apr 17 17:28:23 2016 +0200
     1.2 +++ b/app/main/member/settings_notification.lua	Mon Apr 18 06:55:27 2016 +0200
     1.3 @@ -50,6 +50,8 @@
     1.4          slot.put("<br />")
     1.5          
     1.6          ui.container{ attr = { style = "margin-left: 3em;" }, content = function()
     1.7 +        
     1.8 +          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.9            
    1.10            ui.container{ content = function()
    1.11              ui.tag{
    1.12 @@ -62,7 +64,7 @@
    1.13              }
    1.14              ui.tag{
    1.15                tag = "label", attr = { ['for'] = "digest_on" },
    1.16 -              content = _"Send me updates on issue phase changes and a regular digest"
    1.17 +              content = _"I want to receive a regular digest. Send the digest at:"
    1.18              }
    1.19            end }
    1.20              
    1.21 @@ -96,7 +98,7 @@
    1.22              for i = 0, 23 do
    1.23                foreign_records[#foreign_records+1] = {
    1.24                  id = i,
    1.25 -                name = string.format("%02d - %02d", i, i+1),
    1.26 +                name = string.format("%02d:00 - %02d:59", i, i),
    1.27                }
    1.28              end
    1.29              ui.field.select{
    1.30 @@ -121,7 +123,7 @@
    1.31              }
    1.32              ui.tag{
    1.33                tag = "label", attr = { ['for'] = "digest_off" },
    1.34 -              content = _"Send me only updates on issue phase changes"
    1.35 +              content = _"Don't send me digest"
    1.36              }
    1.37            end }
    1.38          end }
    1.39 @@ -139,7 +141,7 @@
    1.40            }
    1.41            ui.tag{
    1.42              tag = "label", attr = { ['for'] = "notify_level_none" },
    1.43 -            content = _"I do not like to receive notifications by email"
    1.44 +            content = _"Don't send me notification by email"
    1.45            }
    1.46          end }
    1.47          

Impressum / About Us