summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/_locales/en/messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/_locales/en/messages.json')
-rw-r--r--remoting/webapp/_locales/en/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index fe9a84f..46547c0 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -154,6 +154,10 @@
"message": "Unable to reach the host. This is probably due to the configuration of the network you are using.",
"description": "Error displayed when the host is online, but we are unable to connect to it due to network configuration."
},
+ "ERROR_NOT_AUTHENTICATED": {
+ "message": "You are not signed in to Chromoting. Please sign in and try again.",
+ "description": "Error displayed when an operation is attempted that requires a signed-in user, but no-one is currently signed in."
+ },
"ERROR_MISSING_PLUGIN": {
"message": "Some components required for Chromoting are missing. Please make sure you're running the latest version of Chromium and try again.",
"description": "Error displayed if the client plugin fails to load."