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:
Stanislav Levin 2018-09-14 11:15:13 +03:00 committed by Serhii Tsymbaliuk
parent 93eebdb581
commit 36bfd1f802
2 changed files with 5 additions and 1 deletions

View File

@ -105,7 +105,10 @@ return {
},
'ipatokenusermapattribute'
]
}
},
deleter_dialog: {
title: '@i18n:objects.radiusproxy.remove',
},
};};
/**

View File

@ -790,6 +790,7 @@ class i18n_messages(Command):
},
"radiusproxy": {
"details": _("RADIUS Proxy Server Settings"),
"remove": _("Remove RADIUS servers"),
},
"realmdomains": {
"identity": _("Realm Domains"),