services: add recoveryMode checkbox

This commit is contained in:
Girish Ramakrishnan
2021-10-01 13:42:10 -07:00
parent 1fada45e4c
commit 08e7b0946a
3 changed files with 25 additions and 8 deletions

View File

@@ -676,7 +676,9 @@
"accessControl": "Access Control",
"accessControlDescription": "Allowing non-admins to access SFTP will let them read application config files and secret keys. For some apps like WordPress, they can also log the password.",
"requireAdminRoleLabel": "Require admin role to access SFTP",
"resetToDefaults": "Reset to default"
"resetToDefaults": "Reset to default",
"enableRecoveryMode": "Enable Recovery Mode",
"recoveryModeDescription": "If the service is constantly restarting or not responding because of data corruption, place the service in recovery mode. Use the following <a href=\"{{ docsLink }}\" target=\"_blank\">instructions</a> to get the service running again."
},
"refresh": "Refresh"
},