# HG changeset patch # User bsw # Date 1534182720 -7200 # Node ID f99e7df399e6ef10c9ea1f4faa0ddc951c41f0d9 # Parent 5c5efdeb80cd15123e3cf083a841e366ebb49019 Text case change diff -r 5c5efdeb80cd -r f99e7df399e6 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Mon Aug 13 19:42:35 2018 +0200 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:52:00 2018 +0200 @@ -167,7 +167,7 @@ if field.optional then table.insert(units, { id = "", - name = _"None" + name = _"none" }) end for i_unit, unit in ipairs(units_selector:exec()) do