volumes: fixes for ext4

This commit is contained in:
Girish Ramakrishnan
2021-06-18 23:03:18 -07:00
parent a2f1a1feb3
commit e614703305
9 changed files with 44 additions and 36 deletions

View File

@@ -490,11 +490,8 @@
"setupMountDescription": "When checked, Cloudron will configure the mount point on the server",
"port": "Port",
"user": "User",
"privateKey": "Private Key"
},
"check": {
"noop": "Cloudron backups are disabled. Please ensure this server is backed up using alternate means. See https://docs.cloudron.io/backups/#storage-providers for more information.",
"sameDisk": "Cloudron backups are currently on the same disk as the Cloudron server instance. This is dangerous and can lead to complete data loss if the disk fails. See https://docs.cloudron.io/backups/#storage-providers for storing backups in an external location."
"privateKey": "Private Key",
"diskPath": "Disk Path"
}
},
"branding": {
@@ -1499,7 +1496,7 @@
"volumes": {
"title": "Volumes",
"addVolumeAction": "Add Volume",
"hostPath": "Host Path",
"hostPath": "Mount Point",
"name": "Name",
"openFileManagerActionTooltip": "Open FileManager",
"removeVolumeActionTooltip": "Remove Volume",