Fixes to mounts ui
This commit is contained in:
@@ -1409,7 +1409,7 @@
|
||||
"storage": {
|
||||
"appdata": {
|
||||
"title": "Data Directory",
|
||||
"description": "If the server is running out of disk space, use this to move the app's data to an external EXT4 disk.",
|
||||
"description": "If the server is running out of disk space, use this to move the app's data to another location. Any data here is part of the app's backup.",
|
||||
"dataDirPlaceholder": "Leave empty to use platform default",
|
||||
"moveAction": "Move Data"
|
||||
},
|
||||
@@ -1728,7 +1728,6 @@
|
||||
"removeVolumeActionTooltip": "Remove Volume",
|
||||
"addVolumeDialog": {
|
||||
"title": "Add Volume",
|
||||
"nameWarning": "Apps can access this volume via <code>/media/{name}</code>.",
|
||||
"addAction": "Add",
|
||||
"server": "Server IP or Hostname",
|
||||
"remoteDirectory": "Remote Directory",
|
||||
@@ -1757,11 +1756,6 @@
|
||||
"localDirectory": "Local Directory",
|
||||
"remountActionTooltip": "Remount Volume"
|
||||
},
|
||||
"storage": {
|
||||
"mounts": {
|
||||
"volumeLocation": "Volumes are mounted by volume name in the <code>/media</code> directory of this app."
|
||||
}
|
||||
},
|
||||
"newLoginEmail": {
|
||||
"subject": "[<%= cloudron %>] New login on your account",
|
||||
"topic": "We've noticed a new login on your Cloudron account.",
|
||||
@@ -1771,5 +1765,10 @@
|
||||
},
|
||||
"supportConfig": {
|
||||
"emailNotVerified": "Please verify the cloudron.io account email first to ensure we are able to contact you."
|
||||
},
|
||||
"storage": {
|
||||
"mounts": {
|
||||
"description": "Apps can access volumes by the volume name from the <code>/media</code> directory. This data is not included in the app's backup."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user