diff --git a/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html b/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html
index e6ebabd707..2ec3b51219 100644
--- a/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html
+++ b/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html
@@ -88,7 +88,7 @@
-
+
-
-
+
+
-
+
@@ -78,10 +78,10 @@
-
- {{'access-control-limit-to-specific' | translate}}
-
-
+
-
-
+
+
-
+
{{'access-control-access-conditions' | translate}}
diff --git a/src/app/shared/object-select/collection-select/collection-select.component.html b/src/app/shared/object-select/collection-select/collection-select.component.html
index 7d4dadb2e3..135579aff7 100644
--- a/src/app/shared/object-select/collection-select/collection-select.component.html
+++ b/src/app/shared/object-select/collection-select/collection-select.component.html
@@ -11,7 +11,7 @@
- |
+ {{'collection.select.table.selected' | translate}} |
{{'collection.select.table.title' | translate}} |
diff --git a/src/app/shared/object-select/item-select/item-select.component.html b/src/app/shared/object-select/item-select/item-select.component.html
index 8cdc8ffb2d..d1d454b2e4 100644
--- a/src/app/shared/object-select/item-select/item-select.component.html
+++ b/src/app/shared/object-select/item-select/item-select.component.html
@@ -11,7 +11,7 @@
- |
+ {{'item.select.table.selected' | translate}} |
{{'item.select.table.collection' | translate}} |
{{'item.select.table.author' | translate}} |
{{'item.select.table.title' | translate}} |
diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5
index 71090f70ac..d736efb9e0 100644
--- a/src/assets/i18n/en.json5
+++ b/src/assets/i18n/en.json5
@@ -1110,6 +1110,8 @@
"collection.select.empty": "No collections to show",
+ "collection.select.table.selected": "Selected collections",
+
"collection.select.table.select": "Select collection",
"collection.select.table.deselect": "Deselect collection",
@@ -2544,6 +2546,8 @@
"item.select.empty": "No items to show",
+ "item.select.table.selected": "Selected items",
+
"item.select.table.select": "Select item",
"item.select.table.deselect": "Deselect item",