Add title to 'add' dialog for 'Service' 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 6881bf8d74
commit 8a834cdaa0
2 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,7 @@ return {
],
standard_association_facets: true,
adder_dialog: {
title: '@i18n:objects.service.add',
$factory: IPA.service_adder_dialog,
height: 350,
sections: [

View File

@ -1036,6 +1036,7 @@ class i18n_messages(Command):
"remove_server_msg": _("Deleting a server removes it permanently from the topology. Note that this is a non-reversible action.")
},
"service": {
"add": _("Add service"),
"certificate": _("Service Certificate"),
"delete_key_unprovision": _("Delete Key, Unprovision"),
"details": _("Service Settings"),