XMPP invitation landing page, without javascript
Diffstat (limited to 'lang/en.json')
| -rw-r--r-- | lang/en.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/en.json b/lang/en.json index 41d7305..ac90f47 100644 --- a/lang/en.json +++ b/lang/en.json @@ -2,15 +2,13 @@ "chat": { "title": "Invitation from {{name}}", "heading": "{{name}} has invited you to chat", - "intro": "Add {{name}} to your contact list by clicking the following link:", - "button": "Add {{name}}", + "button": "Add {{name}} to contact list", "":"" }, "muc": { "title": "Invitation to {{name}}", "heading": "You have been invited to {{name}}", - "intro": "Join the chat room {{name}} by clicking the following link:", - "button": "Join {{name}}", + "button": "Join the chat room {{name}}", "":"" }, "clients": "If this link does not work, you need to install and configure an XMPP client, and visit this page again afterwards.", |