diff --git a/src/translation/en.json b/src/translation/en.json index 115ba78cb..ab152e0bc 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1366,6 +1366,11 @@ "removeAction": "Remove" }, "description": "Volumes are directories on the server that can be shared between apps. These may be NFS/SSHFS mounts or external storage disks attached to the server.", - "backupwarning": "Volumes are not backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume." + "backupWarning": "Volumes are not backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume." + }, + "storage": { + "mounts": { + "volumeLocation": "Volumes are mounted by volume name in the /media directory of this app." + } } } diff --git a/src/views/app.html b/src/views/app.html index 464c2b13e..5bcae30ac 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -740,7 +740,10 @@
{{ storage.error.mounts }}
- +
{{ 'app.storage.mounts.noMounts' | tr }}
+ +

+
@@ -763,7 +766,6 @@
{{ 'app.storage.mounts.volume' | tr }}
-
{{ 'app.storage.mounts.noMounts' | tr }}
{{ 'app.storage.mounts.addMountAction' | tr }}
diff --git a/src/views/volumes.html b/src/views/volumes.html index 5247b1944..89545dfd6 100644 --- a/src/views/volumes.html +++ b/src/views/volumes.html @@ -59,7 +59,7 @@

-

+