diff --git a/src/translation/de.json b/src/translation/de.json index 9b2c2f03a..8172a5d9e 100644 --- a/src/translation/de.json +++ b/src/translation/de.json @@ -1513,7 +1513,6 @@ "username": "Username", "password": "Passwort", "diskPath": "Festplattenpfad", - "noopWarning": "Cloudron konfiguriert den Server nicht um diesen Datenträger einzubinden", "mountTypeInfo": "Cloudron konfiguriert den Server um diesen Datenträger einzubinden", "port": "Port", "user": "User", diff --git a/src/translation/en.json b/src/translation/en.json index 8d02c0a62..cbc8b2148 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1513,11 +1513,11 @@ "username": "Username", "password": "Password", "diskPath": "Disk Path", - "noopWarning": "Cloudron will not configure the server to mount this volume", "mountTypeInfo": "Cloudron will configure the server to automatically mount this volume", "port": "Port", "user": "User", - "privateKey": "Private SSH Key" + "privateKey": "Private SSH Key", + "mountpointWarning": "Cloudron will not configure the server to automatically mount this volume" }, "removeVolumeDialog": { "title": "Really remove {{ volume }} ?", @@ -1532,7 +1532,8 @@ }, "tooltipEdit": "Edit Volume", "mountStatus": "Mount Status", - "type": "Type" + "type": "Type", + "localDirectory": "Local Directory" }, "storage": { "mounts": { diff --git a/src/translation/nl.json b/src/translation/nl.json index 9cff6be4a..6565b723c 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -1462,7 +1462,6 @@ "username": "Gebruikersnaam", "password": "Wachtwoord", "diskPath": "Schijf pad", - "noopWarning": "Cloudron zal de server niet configureren om dit Volume te mounten", "port": "Poort", "user": "Gebruiker", "privateKey": "Private SSH sleutel", diff --git a/src/views/volumes.html b/src/views/volumes.html index 6db75a2c8..cc345c027 100644 --- a/src/views/volumes.html +++ b/src/views/volumes.html @@ -19,16 +19,21 @@