Put volume link in description
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 another location. Any data here is part of the app's backup.",
|
||||
"description": "If the server is running out of disk space, use this to move the app's data to a <a href=\"/#/volumes\">volume</a>. Any data here is part of the app's backup.",
|
||||
"dataDirPlaceholder": "Leave empty to use platform default",
|
||||
"moveAction": "Move Data"
|
||||
},
|
||||
@@ -1420,8 +1420,7 @@
|
||||
"noMounts": "No volumes are mounted.",
|
||||
"addMountAction": "Add a volume mount",
|
||||
"saveAction": "Save"
|
||||
},
|
||||
"volumeLink": "Manage Volumes"
|
||||
}
|
||||
},
|
||||
"graphs": {
|
||||
"period": {
|
||||
@@ -1769,7 +1768,7 @@
|
||||
},
|
||||
"storage": {
|
||||
"mounts": {
|
||||
"description": "Apps can access mounted volumes via <code>/media/{volume name}</code> directory. This data is not included in the app's backup."
|
||||
"description": "Apps can access mounted <a href=\"/#/volumes\">volumes</a> via <code>/media/{volume name}</code> directory. This data is not included in the app's backup."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user