summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 6317eebf5..ce028a2eb 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -795,6 +795,9 @@ IPA.entity_builder = function(){
spec.other_entity = spec.other_entity ||
spec.name.substring(index+1);
+ spec.add_title = IPA.messages.association.add[spec.attribute_member];
+ spec.remove_title = IPA.messages.association.remove[spec.attribute_member];
+
spec.facet_group = spec.facet_group ||
spec.attribute_member;