diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json
index 721b55fdf..0898103a9 100644
--- a/backend/i18n/frontend_en.json
+++ b/backend/i18n/frontend_en.json
@@ -246,6 +246,7 @@
"common.field": "Field",
"common.files": "Files",
"common.filters": "Filters",
+ "common.folder": "Folder",
"common.folders": "Folders",
"common.generalSettings": "Common",
"common.generate": "Generate",
diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json
index e79f979e9..a10b1c580 100644
--- a/backend/i18n/frontend_it.json
+++ b/backend/i18n/frontend_it.json
@@ -246,6 +246,7 @@
"common.field": "Campo",
"common.files": "Campi",
"common.filters": "Filtri",
+ "common.folder": "Folder",
"common.folders": "Cartelle",
"common.generalSettings": "Impostazioni generali",
"common.generate": "Genera",
diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json
index 72e4ceb2c..b659aab99 100644
--- a/backend/i18n/frontend_nl.json
+++ b/backend/i18n/frontend_nl.json
@@ -246,6 +246,7 @@
"common.field": "Veld",
"common.files": "Bestanden",
"common.filters": "Filters",
+ "common.folder": "Folder",
"common.folders": "Mappen",
"common.generalSettings": "Algemeen",
"common.generate": "Genereren",
diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json
index 721b55fdf..0898103a9 100644
--- a/backend/i18n/source/frontend_en.json
+++ b/backend/i18n/source/frontend_en.json
@@ -246,6 +246,7 @@
"common.field": "Field",
"common.files": "Files",
"common.filters": "Filters",
+ "common.folder": "Folder",
"common.folders": "Folders",
"common.generalSettings": "Common",
"common.generate": "Generate",
diff --git a/frontend/app/shared/components/assets/asset-dialog.component.html b/frontend/app/shared/components/assets/asset-dialog.component.html
index dcb949266..b07ce7203 100644
--- a/frontend/app/shared/components/assets/asset-dialog.component.html
+++ b/frontend/app/shared/components/assets/asset-dialog.component.html
@@ -33,7 +33,11 @@