liquid_feedback_frontend

changeset 1794:7c7c8195f982

Added missing translation
author bsw
date Thu Oct 21 14:42:10 2021 +0200 (2021-10-21)
parents 91d31b3eb56c
children 2526423907d9
files app/main/admin/newsletter_edit.lua
line diff
     1.1 --- a/app/main/admin/newsletter_edit.lua	Thu Oct 21 14:10:33 2021 +0200
     1.2 +++ b/app/main/admin/newsletter_edit.lua	Thu Oct 21 14:42:10 2021 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4              end
     1.5              ui.field.text{ label = _"Date", name = "published" }
     1.6              ui.field.select{
     1.7 -              label = "Recipient",
     1.8 +              label = _"Recipient",
     1.9                name = "unit_id",
    1.10                foreign_records = units,
    1.11                foreign_id = "id",

Impressum / About Us