liquid_feedback_frontend
diff app/main/_prefork/10_init.lua @ 1798:7b16ddc69a2f
Added missing translation
| author | bsw |
|---|---|
| date | Thu Oct 21 14:52:12 2021 +0200 (2021-10-21) |
| parents | 85ee2f4ca9f2 |
| children | 138a1508cdf3 |
line diff
1.1 --- a/app/main/_prefork/10_init.lua Thu Oct 21 14:49:53 2021 +0200 1.2 +++ b/app/main/_prefork/10_init.lua Thu Oct 21 14:52:12 2021 +0200 1.3 @@ -38,7 +38,7 @@ 1.4 end 1.5 1.6 if config.notification_digest_template == nil then 1.7 - config.notification_digest_template = "Hello #{name},\n\nthis is your personal digest.\n\n#{digest}\n" 1.8 + config.notification_digest_template = _"Hello #{name},\n\nthis is your personal digest.\n\n#{digest}\n" 1.9 end 1.10 1.11 if config.member_image_content_type == nil then