Put volume link in description

This commit is contained in:
Girish Ramakrishnan
2022-06-08 10:17:54 -07:00
parent e518d2fc41
commit af5d5e548e
3 changed files with 12 additions and 8 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 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."
}
}
}