diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee
index 3552c335df..cc5087fa6b 100644
--- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee
+++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee
@@ -100,7 +100,7 @@ define [], () ->
@ide.socket.on "connect_failed", () =>
@connected = false
$scope.$apply () =>
- @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue."
+ @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue."
# We can get a "disconnect" event at any point after the
# "connect" event.
diff --git a/services/web/public/coffee/ide/editor/EditorManager.coffee b/services/web/public/coffee/ide/editor/EditorManager.coffee
index 698604c9c7..105313ba4c 100644
--- a/services/web/public/coffee/ide/editor/EditorManager.coffee
+++ b/services/web/public/coffee/ide/editor/EditorManager.coffee
@@ -109,7 +109,7 @@ define [
@ide.reportError(error, meta)
@ide.showGenericMessageModal(
"Out of sync"
- "Sorry, this file has gone out of sync and we need to do a full refresh.
Please see this help guide for more information"
+ "Sorry, this file has gone out of sync and we need to do a full refresh.
Please see this help guide for more information"
)
@openDoc(doc, forceReopen: true)