# HG changeset patch # User bsw # Date 1634820130 -7200 # Node ID 7c7c8195f9820d15f29b63c11b409bd31d508cbb # Parent 91d31b3eb56c8076862d63000e47144b79355a4e Added missing translation diff -r 91d31b3eb56c -r 7c7c8195f982 app/main/admin/newsletter_edit.lua --- a/app/main/admin/newsletter_edit.lua Thu Oct 21 14:10:33 2021 +0200 +++ b/app/main/admin/newsletter_edit.lua Thu Oct 21 14:42:10 2021 +0200 @@ -40,7 +40,7 @@ end ui.field.text{ label = _"Date", name = "published" } ui.field.select{ - label = "Recipient", + label = _"Recipient", name = "unit_id", foreign_records = units, foreign_id = "id",