mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Serhii Tsymbaliuk
parent
3921210d46
commit
3c26a3b850
@@ -424,7 +424,10 @@ return {
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.service.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user