mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed entity labels.
The entity labels in the following locations have been fixed: - search facet title: plural - details facet title: singular - association facet title: singular - breadcrumb: plural - adder dialog title: singular - deleter dialog title: plural Some entity labels have been changed into the correct plural form. Unused file install/ui/test/data/i18n_messages.json has been removed. Ticket #1249 Ticket #1387
This commit is contained in:
committed by
Adam Young
parent
8d9575605d
commit
7452b6d3cb
@@ -78,7 +78,7 @@ class role(LDAPObject):
|
||||
}
|
||||
rdnattr='cn'
|
||||
|
||||
label = _('Role')
|
||||
label = _('Roles')
|
||||
label_singular = _('role')
|
||||
|
||||
takes_params = (
|
||||
|
||||
Reference in New Issue
Block a user