mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add title to 'add' dialog for 'RADIUS' 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
c38aab1045
commit
38ea2dae2d
@ -85,6 +85,7 @@ return {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.radiusproxy.add',
|
||||
fields: [
|
||||
'cn',
|
||||
'ipatokenradiusserver',
|
||||
|
@ -1010,6 +1010,7 @@ class i18n_messages(Command):
|
||||
"type_winsync": _("Active Directory winsync"),
|
||||
},
|
||||
"radiusproxy": {
|
||||
"add": _("Add RADIUS server"),
|
||||
"details": _("RADIUS Proxy Server Settings"),
|
||||
"remove": _("Remove RADIUS servers"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user