# HG changeset patch # User bsw # Date 1460955533 -7200 # Node ID ec084cda1be9fb8650e17f363e3302e0220bbccd # Parent ae8e1dbb8de994a147a222c2ec4a60c222ec223f Fixed wording for notification setting diff -r ae8e1dbb8de9 -r ec084cda1be9 app/main/member/settings_notification.lua --- a/app/main/member/settings_notification.lua Mon Apr 18 06:56:39 2016 +0200 +++ b/app/main/member/settings_notification.lua Mon Apr 18 06:58:53 2016 +0200 @@ -52,7 +52,7 @@ ui.container{ attr = { style = "margin-left: 3em;" }, content = function() 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." } - + slot.put("
") ui.container{ content = function() ui.tag{ tag = "input", @@ -123,7 +123,7 @@ } ui.tag{ tag = "label", attr = { ['for'] = "digest_off" }, - content = _"Don't send me digest" + content = _"Don't send me a digest" } end } end } @@ -141,7 +141,7 @@ } ui.tag{ tag = "label", attr = { ['for'] = "notify_level_none" }, - content = _"Don't send me notification by email" + content = _"Don't send me notifications by email" } end }