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 'HBAC' 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
2d9cdd924d
commit
460186806b
@ -98,7 +98,10 @@ var spec = {
|
||||
],
|
||||
adder_dialog: {
|
||||
fields: [ 'cn' ]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.hbacrule.remove',
|
||||
},
|
||||
};
|
||||
|
||||
add_hbacrule_details_facet_widgets(spec.facets[1]);
|
||||
@ -162,7 +165,10 @@ return {
|
||||
name: 'description'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.hbacsvc.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
var make_service_group_spec = function() {
|
||||
@ -221,7 +227,10 @@ return {
|
||||
name: 'description'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
deleter_dialog: {
|
||||
title: '@i18n:objects.hbacsvcgroup.remove',
|
||||
},
|
||||
};};
|
||||
|
||||
/**
|
||||
@ -503,4 +512,4 @@ exp.register = function() {
|
||||
phases.on('registration', exp.register);
|
||||
|
||||
return exp;
|
||||
});
|
||||
});
|
||||
|
@ -615,6 +615,7 @@ class i18n_messages(Command):
|
||||
"anyone": _("Anyone"),
|
||||
"host": _("Accessing"),
|
||||
"ipaenabledflag": _("Rule status"),
|
||||
"remove": _("Remove HBAC rules"),
|
||||
"service": _("Via Service"),
|
||||
"specified_hosts": _("Specified Hosts and Groups"),
|
||||
"specified_services": _("Specified Services and Groups"),
|
||||
@ -622,8 +623,10 @@ class i18n_messages(Command):
|
||||
"user": _("Who"),
|
||||
},
|
||||
"hbacsvc": {
|
||||
"remove": _("Remove HBAC services"),
|
||||
},
|
||||
"hbacsvcgroup": {
|
||||
"remove": _("Remove HBAC service groups"),
|
||||
"services": _("Services"),
|
||||
},
|
||||
"hbactest": {
|
||||
|
Loading…
Reference in New Issue
Block a user