Skip to content

Commit

Permalink
Merge branch 'master' into sbruens/translations-check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Mar 11, 2024
2 parents a2fbffa + 14e0a07 commit 726f300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"contact_view_exit_connection": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"message": "The Outline team is not able to assist with connecting to a server. Please try the troubleshooting steps listed $START_OF_LINK$hereEND_OF_LINK and then contact the person who gave you the access key to troubleshoot this issue.",
"message": "The Outline team is not able to assist with connecting to a server. Please try the troubleshooting steps listed $START_OF_LINK$here$END_OF_LINK$ and then contact the person who gave you the access key to troubleshoot this issue.",
"placeholders": {
"END_OF_LINK": {
"content": "{closeLink}"
Expand All @@ -89,7 +89,7 @@
},
"contact_view_exit_no_server": {
"description": "Message shown to users who are trying to contact support about an unsupported issue.",
"message": "The Outline team does not distribute free or paid access keys. $START_OF_LINK$Learn more about how to get an access key.END_OF_LINK",
"message": "The Outline team does not distribute free or paid access keys. $START_OF_LINK$Learn more about how to get an access key.$END_OF_LINK$",
"placeholders": {
"END_OF_LINK": {
"content": "{closeLink}"
Expand Down
2 changes: 1 addition & 1 deletion src/electron/install_windows_service.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set PWD=%~dp0%

:: Install and start the service, configuring it to restart on boot.
:: NOTE: spaces after the arguments are necessary for a correct installation, do not remove!
%SystemRoot%\System32\sc create OutlineService binpath= "%PWD%OutlineService.exe" displayname= "OutlineService" start= "auto"
%SystemRoot%\System32\sc create OutlineService binpath= "\"%PWD%OutlineService.exe\"" displayname= "OutlineService" start= "auto"
%SystemRoot%\System32\net start OutlineService

:: This is for the client: sudo-prompt discards stdout/stderr if the script
Expand Down

0 comments on commit 726f300

Please sign in to comment.