Display the error when opening a document with the wrong app

This commit is contained in:
yflory
2017-02-06 12:43:56 +01:00
parent 6f0d33dc1d
commit 7e7d1f7a16
4 changed files with 9 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ define(function () {
out.common_connectionLost = out.updated_common_connectionLostAndInfo;
out.websocketError = 'Unable to connect to the websocket server...';
out.typeError = "That realtime document is not compatible with the selected application";
out.loading = "Loading...";
out.error = "Error";