Skip to content

Commit

Permalink
fix(manager): typo "your" -> "you"
Browse files Browse the repository at this point in the history
Co-authored-by: Sander Bruens <[email protected]>
  • Loading branch information
benaltair and sbruens authored Nov 27, 2024
1 parent 547abc3 commit b0c3d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server_manager/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"share-invite-copied": "Copied invitation to clipboard",
"share-invite-copy": "Copy invitation",
"share-invite-copy-access-key": "Copy access key",
"share-invite-html": "Use this server to safely access the open internet:<br><br>1) Download and install the Outline app for your device:<br><br> - iOS: https://itunes.apple.com/app/outline-app/id1356177741<br> - MacOS: https://itunes.apple.com/app/outline-app/id1356178125<br> - Windows: https://s3.amazonaws.com/outline-releases/client/windows/stable/Outline-Client.exe<br> - Linux: https://s3.amazonaws.com/outline-releases/client/linux/stable/Outline-Client.AppImage<br> - Android: https://play.google.com/store/apps/details?id=org.outline.android.client<br> - Android alternative link: https://s3.amazonaws.com/outline-releases/client/android/stable/Outline-Client.apk<br><br>2) You will receive an access key that starts with ss://. Once your receive it, copy this access key.<br><br>3) Open the Outline client app. If your access key is auto-detected, tap \"Connect\" and proceed. If your access key is not auto-detected, then paste it in the field, then tap \"Connect\" and proceed.<br><br>You're ready to use the open internet! To make sure you successfully connected to the server, try searching for \"what is my ip\" on Google Search. The IP address shown in Google should match the IP address in the Outline client.<br><br>Learn more about Outline here: https://getoutline.org/",
"share-invite-html": "Use this server to safely access the open internet:<br><br>1) Download and install the Outline app for your device:<br><br> - iOS: https://itunes.apple.com/app/outline-app/id1356177741<br> - MacOS: https://itunes.apple.com/app/outline-app/id1356178125<br> - Windows: https://s3.amazonaws.com/outline-releases/client/windows/stable/Outline-Client.exe<br> - Linux: https://s3.amazonaws.com/outline-releases/client/linux/stable/Outline-Client.AppImage<br> - Android: https://play.google.com/store/apps/details?id=org.outline.android.client<br> - Android alternative link: https://s3.amazonaws.com/outline-releases/client/android/stable/Outline-Client.apk<br><br>2) You will receive an access key that starts with ss://. Once you receive it, copy this access key.<br><br>3) Open the Outline client app. If your access key is auto-detected, tap \"Connect\" and proceed. If your access key is not auto-detected, then paste it in the field, then tap \"Connect\" and proceed.<br><br>You're ready to use the open internet! To make sure you successfully connected to the server, try searching for \"what is my ip\" on Google Search. The IP address shown in Google should match the IP address in the Outline client.<br><br>Learn more about Outline here: https://getoutline.org/",
"share-invite-instructions": "Follow our invitation instructions on GitHub:",
"share-invite-trouble": "Having trouble accessing the invitation link?",
"share-title": "Share access",
Expand Down
2 changes: 1 addition & 1 deletion server_manager/messages/master_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@
}
},
"share_invite_html": {
"message": "Use this server to safely access the open internet:$LINE_BREAK$$LINE_BREAK$1) Download and install the Outline app for your device:$LINE_BREAK$$LINE_BREAK$ - iOS: https://itunes.apple.com/app/outline-app/id1356177741$LINE_BREAK$ - MacOS: https://itunes.apple.com/app/outline-app/id1356178125$LINE_BREAK$ - Windows: https://s3.amazonaws.com/outline-releases/client/windows/stable/Outline-Client.exe$LINE_BREAK$ - Linux: https://s3.amazonaws.com/outline-releases/client/linux/stable/Outline-Client.AppImage$LINE_BREAK$ - Android: https://play.google.com/store/apps/details?id=org.outline.android.client$LINE_BREAK$ - Android alternative link: https://s3.amazonaws.com/outline-releases/client/android/stable/Outline-Client.apk$LINE_BREAK$$LINE_BREAK$2) You will receive an access key that starts with ss://. Once your receive it, copy this access key.$LINE_BREAK$$LINE_BREAK$3) Open the Outline client app. If your access key is auto-detected, tap \"Connect\" and proceed. If your access key is not auto-detected, then paste it in the field, then tap \"Connect\" and proceed.$LINE_BREAK$$LINE_BREAK$You're ready to use the open internet! To make sure you successfully connected to the server, try searching for \"what is my ip\" on Google Search. The IP address shown in Google should match the IP address in the Outline client.$LINE_BREAK$$LINE_BREAK$Learn more about Outline here: https://getoutline.org/",
"message": "Use this server to safely access the open internet:$LINE_BREAK$$LINE_BREAK$1) Download and install the Outline app for your device:$LINE_BREAK$$LINE_BREAK$ - iOS: https://itunes.apple.com/app/outline-app/id1356177741$LINE_BREAK$ - MacOS: https://itunes.apple.com/app/outline-app/id1356178125$LINE_BREAK$ - Windows: https://s3.amazonaws.com/outline-releases/client/windows/stable/Outline-Client.exe$LINE_BREAK$ - Linux: https://s3.amazonaws.com/outline-releases/client/linux/stable/Outline-Client.AppImage$LINE_BREAK$ - Android: https://play.google.com/store/apps/details?id=org.outline.android.client$LINE_BREAK$ - Android alternative link: https://s3.amazonaws.com/outline-releases/client/android/stable/Outline-Client.apk$LINE_BREAK$$LINE_BREAK$2) You will receive an access key that starts with ss://. Once you receive it, copy this access key.$LINE_BREAK$$LINE_BREAK$3) Open the Outline client app. If your access key is auto-detected, tap \"Connect\" and proceed. If your access key is not auto-detected, then paste it in the field, then tap \"Connect\" and proceed.$LINE_BREAK$$LINE_BREAK$You're ready to use the open internet! To make sure you successfully connected to the server, try searching for \"what is my ip\" on Google Search. The IP address shown in Google should match the IP address in the Outline client.$LINE_BREAK$$LINE_BREAK$Learn more about Outline here: https://getoutline.org/",
"description": "This string appears as an email invitation instructing new Outline users how to set up and connect to Outline.",
"placeholders": {
"LINE_BREAK": {
Expand Down

0 comments on commit b0c3d25

Please sign in to comment.