Fixes to mounts ui

This commit is contained in:
Girish Ramakrishnan
2022-06-03 10:20:06 -07:00
parent 285483217b
commit 74a289ba50
10 changed files with 15 additions and 61 deletions

View File

@@ -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."
}
}
}