diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json
index 0bad0ed130..3190877ca6 100644
--- a/demo-shell/resources/i18n/en.json
+++ b/demo-shell/resources/i18n/en.json
@@ -358,5 +358,12 @@
"ACTION_TYPE": "Action Type"
}
},
- "DEFAULT_SEARCH": "Default"
+ "BREADCRUMB_DEMO": {
+ "NEW_FOLDER_LABEL": "Create a new folder button",
+ "EDIT_NODE_LABEL": "Edit node button",
+ "DELETE_NODE_LABEL": "Delete node icon button"
+ },
+ "DEFAULT_SEARCH": "Default",
+ "OPEN_DIALOG": "Open dialog",
+ "SHOW_LIST_LABEL": "Click to show the list"
}
diff --git a/demo-shell/src/app/components/aspect-list-sample/aspect-list-sample.component.html b/demo-shell/src/app/components/aspect-list-sample/aspect-list-sample.component.html
index d247df3dbf..d96ae61426 100644
--- a/demo-shell/src/app/components/aspect-list-sample/aspect-list-sample.component.html
+++ b/demo-shell/src/app/components/aspect-list-sample/aspect-list-sample.component.html
@@ -6,13 +6,13 @@
Node Id For Aspects
-
diff --git a/lib/process-services/src/lib/i18n/en.json b/lib/process-services/src/lib/i18n/en.json
index bb80dc5353..3e229554d4 100644
--- a/lib/process-services/src/lib/i18n/en.json
+++ b/lib/process-services/src/lib/i18n/en.json
@@ -218,7 +218,8 @@
"START_FORM": "Start Form",
"TASKS_ACTIVE": "Active Tasks",
"TASKS_COMPLETED": "Completed Tasks",
- "TASK_SUBTITLE": "Assigned to {{user}}, created {{created}}"
+ "TASK_SUBTITLE": "Assigned to {{user}}, created {{created}}",
+ "REFRESH": "Refresh"
},
"BUTTON": {
"CANCEL": "Cancel Process",
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html
index 1a7c151044..2fec2fb6bf 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html
+++ b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html
@@ -1,6 +1,6 @@
- refresh
+ refresh