diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html
index e63d67499c..ac31aede7b 100644
--- a/demo-shell/src/app/components/files/files.component.html
+++ b/demo-shell/src/app/components/files/files.component.html
@@ -198,12 +198,12 @@
diff --git a/lib/content-services/i18n/en.json b/lib/content-services/i18n/en.json
index 22c4242b8b..765358c125 100644
--- a/lib/content-services/i18n/en.json
+++ b/lib/content-services/i18n/en.json
@@ -156,11 +156,15 @@
},
"ACTIONS": {
"FOLDER": {
- "DELETE": "Delete"
+ "DELETE": "Delete",
+ "MOVE": "Move",
+ "COPY": "Copy"
},
"DOCUMENT": {
"DOWNLOAD": "Download",
- "DELETE": "Delete"
+ "DELETE": "Delete",
+ "MOVE": "Move",
+ "COPY": "Copy"
}
}
}