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:
Stanislav Levin 2018-09-21 11:45:28 +03:00 committed by Serhii Tsymbaliuk
parent 16fed6e97a
commit f349479f5c
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ return {
}
],
adder_dialog: {
title: '@i18n:objects.idrange.add',
fields: [
{
name: 'cn'

View File

@ -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"),