mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed label capitalization
The CSS text-transform sometimes produces incorrect capitalization, so the code has been modified to use translated labels that already contain the correct capitalization. Ticket #1424
This commit is contained in:
committed by
Adam Young
parent
a746c613a4
commit
4bd85ceb90
@@ -62,7 +62,7 @@ class sudocmd(LDAPObject):
|
||||
}
|
||||
uuid_attribute = 'ipauniqueid'
|
||||
label = _('Sudo Commands')
|
||||
label_singular = _('sudo command')
|
||||
label_singular = _('Sudo Command')
|
||||
|
||||
takes_params = (
|
||||
Str('sudocmd',
|
||||
|
||||
Reference in New Issue
Block a user