From 2aee2c9e2769b74ef75139424f7a5c3d54171166 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 21 Jun 2021 16:44:39 -0700 Subject: [PATCH] update translations --- src/translation/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translation/en.json b/src/translation/en.json index 5242b04fb..8d02c0a62 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1524,7 +1524,7 @@ "description": "This will delete the volume {{ volume }}. Data inside the host path will not be removed.", "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.", + "description": "Volumes are directories on the server that can be shared between apps. These may be NFS/SSHFS/CIFS mounts or external storage disks attached to the server. Volumes are attached to the app's container under /media.", "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.", "mountType": "Mount Type", "updateVolumeDialog": {