diff --git a/resources/original_messages.json b/resources/original_messages.json index e87f6bc88a..429aee6ceb 100644 --- a/resources/original_messages.json +++ b/resources/original_messages.json @@ -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}" @@ -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}" diff --git a/src/electron/install_windows_service.bat b/src/electron/install_windows_service.bat index 8022a7d477..c31b52de4f 100755 --- a/src/electron/install_windows_service.bat +++ b/src/electron/install_windows_service.bat @@ -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