Add title to remove dialog of 'Services' entity

To improve translation quality the title of Remove dialog
should be specified explicitly in the spec and should be an
entire sentence.

Fixes: https://pagure.io/freeipa/issue/7699
Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
Stanislav Levin
2018-09-13 21:41:22 +03:00
committed by Serhii Tsymbaliuk
parent 3921210d46
commit 3c26a3b850
2 changed files with 5 additions and 1 deletions

View File

@@ -424,7 +424,10 @@ return {
]
}
]
}
},
deleter_dialog: {
title: '@i18n:objects.service.remove',
},
};};

View File

@@ -808,6 +808,7 @@ class i18n_messages(Command):
"host": _("Host Name"),
"missing": _("Kerberos Key Not Present"),
"provisioning": _("Provisioning"),
"remove": _("Remove services"),
"service": _("Service"),
"status": _("Status"),
"unprovision": _("Unprovision"),