Skip to content

Commit

Permalink
add screenshot instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jul 26, 2023
1 parent 57ff0f3 commit adb9686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
},
"error_connection_configuration": {
"desciption": "An error message shown when the user's server configuration is invalid. The user should contact their service manager to resolve the issue.",
"message": "The configuration information for your server is incomplete or invalid. Please contact the person who gave you this access key to troubleshoot this issue."
"message": "Invalid configuration. Screenshot the error details and send them to your access key provider."
},
"error_connection_configuration_fetch": {
"description": "An error message shown when the dynamic access key given proves to be unreachable. The user should contact their service manager to resolve the issue.",
"message": "Outline failed to download the configuration information for your server. Please contact the person who gave you this access key to troubleshoot this issue."
"message": "Failed to download the server configuration. Screenshot the error details and send them to your access key provider."
},
"error_connection_proxy": {
"description": "An error message show when Outline fails to establish contact with the obfuscation proxy.",
"message": "Outline could not connect to the server. Please check your internet connectivity, and then contact the person who gave you this access key to troubleshoot the issue."
"message": "Failed to connect. Please check your internet connectivity, then screenshot the error details and send them to your access key provider."
},
"error_details": {
"description": "Button pointing to additional details of an error shown to the user",
Expand Down
6 changes: 3 additions & 3 deletions src/www/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"disconnected-server-state": "Disconnected",
"disconnecting-server-state": "Disconnecting...",
"email-feedback-input": "Email address (optional)",
"error-connection-configuration": "The configuration information for your server is incomplete or invalid. Please contact the person who gave you this access key to troubleshoot this issue.",
"error-connection-configuration-fetch": "Outline failed to download the configuration information for your server. Please contact the person who gave you this access key to troubleshoot this issue.",
"error-connection-proxy": "Outline could not connect to the server. Please check your internet connectivity, and then contact the person who gave you this access key to troubleshoot the issue.",
"error-connection-configuration": "Invalid server configuration. Screenshot the error details and send them to your access key provider.",
"error-connection-configuration-fetch": "Failed to download the server configuration. Screenshot the error details and send them to your access key provider.",
"error-connection-proxy": "Failed to connect. Please check your internet connectivity, then screenshot the error details and send them to your access key provider.",
"error-details": "Details",
"error-feedback-submission": "Sorry, we were unable to submit your feedback. Please check that you are connected to the internet and try again.",
"error-invalid-access-key": "Invalid access key. Please try again, or submit feedback for help.",
Expand Down

0 comments on commit adb9686

Please sign in to comment.