liquid_feedback_frontend

changeset 1404:f99e7df399e6

Text case change
author bsw
date Mon Aug 13 19:52:00 2018 +0200 (2018-08-13)
parents 5c5efdeb80cd
children 6d81bd595b51
files app/main/registration/_register_form.lua
line diff
     1.1 --- a/app/main/registration/_register_form.lua	Mon Aug 13 19:42:35 2018 +0200
     1.2 +++ b/app/main/registration/_register_form.lua	Mon Aug 13 19:52:00 2018 +0200
     1.3 @@ -167,7 +167,7 @@
     1.4        if field.optional then
     1.5          table.insert(units, {
     1.6            id = "",
     1.7 -          name = _"None"
     1.8 +          name = _"none"
     1.9          })
    1.10        end
    1.11        for i_unit, unit in ipairs(units_selector:exec()) do

Impressum / About Us