diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json
index 33977e4e..8dc9cd95 100644
--- a/frontend/src/i18n/en.json
+++ b/frontend/src/i18n/en.json
@@ -32,6 +32,7 @@
"selectMultiple": "Select multiple",
"share": "Share",
"shell": "Toggle shell",
+ "gotoParent": "Open parent dir",
"submit": "Submit",
"switchView": "Switch view",
"toggleSidebar": "Toggle sidebar",
diff --git a/frontend/src/views/files/Listing.vue b/frontend/src/views/files/Listing.vue
index aad09333..05860ae8 100644
--- a/frontend/src/views/files/Listing.vue
+++ b/frontend/src/views/files/Listing.vue
@@ -46,7 +46,12 @@
show="delete"
/>
-
+