diff options
Diffstat (limited to 'install/ui/association.js')
-rw-r--r-- | install/ui/association.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/association.js b/install/ui/association.js index a9cce8e8..a9a2b50a 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -324,7 +324,7 @@ IPA.association_table_widget = function (spec) { if (!that.columns.length) { that.create_column({ name: that.name, - label: IPA.metadata.objects[that.other_entity].label, + label: that.label, entity_name: that.other_entity, primary_key: true, link: true |