mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add title to remove dialog of 'RADIUS Servers' 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:
parent
93eebdb581
commit
36bfd1f802
@ -105,7 +105,10 @@ return {
|
||||
},
|
||||
'ipatokenusermapattribute'
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.radiusproxy.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
/**
|
||||
|
@ -790,6 +790,7 @@ class i18n_messages(Command):
|
||||
},
|
||||
"radiusproxy": {
|
||||
"details": _("RADIUS Proxy Server Settings"),
|
||||
"remove": _("Remove RADIUS servers"),
|
||||
},
|
||||
"realmdomains": {
|
||||
"identity": _("Realm Domains"),
|
||||
|
Loading…
Reference in New Issue
Block a user