mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add title to 'add' dialog for 'ID Ranges' entity
To improve translation quality the title of 'Add' dialog should be specified explicitly in the spec and should be an entire sentence. Fixes: https://pagure.io/freeipa/issue/7707 Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
16fed6e97a
commit
f349479f5c
@ -92,6 +92,7 @@ return {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.idrange.add',
|
||||
fields: [
|
||||
{
|
||||
name: 'cn'
|
||||
|
@ -1006,6 +1006,7 @@ class i18n_messages(Command):
|
||||
"remove": _("Remove password policies"),
|
||||
},
|
||||
"idrange": {
|
||||
"add": _("Add ID range"),
|
||||
"details": _("Range Settings"),
|
||||
"ipabaseid": _("Base ID"),
|
||||
"ipabaserid": _("Primary RID base"),
|
||||
|
Loading…
Reference in New Issue
Block a user