diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 45b47afaa..f31c90a52 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1871,7 +1871,11 @@ "mountStatus": "Mount Status", "type": "Type", "localDirectory": "Local Directory", - "remountActionTooltip": "Remount Volume" + "remountActionTooltip": "Remount Volume", + "editVolumeDialog": { + "title": "Edit volume {{ name }}" + }, + "editActionTooltip": "Edit Volume" }, "newLoginEmail": { "subject": "[<%= cloudron %>] New login on your account", diff --git a/dashboard/src/views/volumes.html b/dashboard/src/views/volumes.html index cbf63822f..102e9a860 100644 --- a/dashboard/src/views/volumes.html +++ b/dashboard/src/views/volumes.html @@ -102,7 +102,7 @@