diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html
index 1489da057e..db9c6ec730 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html
+++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html
@@ -12,51 +12,73 @@
-
+
-
-
+
+
+
-
-
- {{ role }}
-
+
+ {{ role }}
-
-
- {{entry.data.getValue(entry.row, entry.col)}}
-
-
-
-
-
-
- {{'PERMISSION_MANAGER.PERMISSION_DISPLAY.INHERITED' | translate}}
-
-
-
-
- {{'PERMISSION_MANAGER.PERMISSION_DISPLAY.LOCALLY_SET' | translate}}
-
-
+
+
+ {{entry.data.getValue(entry.row, entry.col)}}
-
-
-
-
-
+
+
+
+ {{'PERMISSION_MANAGER.PERMISSION_DISPLAY.INHERITED' | translate}}
+
+
+
+
+ {{'PERMISSION_MANAGER.PERMISSION_DISPLAY.LOCALLY_SET' | translate}}
+
+
+
+
+
+
+
+
+
+
diff --git a/lib/core/datatable/components/datatable/datatable.component.html b/lib/core/datatable/components/datatable/datatable.component.html
index 5107fb582e..4e2240b378 100644
--- a/lib/core/datatable/components/datatable/datatable.component.html
+++ b/lib/core/datatable/components/datatable/datatable.component.html
@@ -14,7 +14,7 @@
role="row">
- Actions
+ {{ 'ADF-DATATABLE.ACCESSIBILITY.ACTIONS' | translate }}
- Actions
+ {{ 'ADF-DATATABLE.ACCESSIBILITY.ACTIONS' | translate }}
diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json
index 1d4621882d..45aa681795 100644
--- a/lib/core/i18n/en.json
+++ b/lib/core/i18n/en.json
@@ -276,6 +276,7 @@
"TOOLTIP": "Content actions"
},
"ACCESSIBILITY": {
+ "ACTIONS": "Actions",
"SELECT_ALL": "Select all",
"SELECT_FILE": "Select file",
"SORT_ASCENDING": "Ascending",