From 4f9b6f718006af4edb77a587721fcd1249d19667 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 11 Mar 2015 18:54:43 +0200 Subject: [PATCH] Changes the format of email text in the language resource files. --- lang/main.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/lang/main.json b/lang/main.json index 57e559297..21218c24d 100644 --- a/lang/main.json +++ b/lang/main.json @@ -191,9 +191,30 @@ }, "email": { - "sharedKey": "This conference is password protected. Please use the following pin when joining:\n\n __sharedKey__ \n\n", + "sharedKey": [ + "This conference is password protected. Please use the following pin when joining:", + "", + "", + "__sharedKey__", + "", + ""], "subject": "Invitation to a __appName__ (__conferenceName__)", - "body": "Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.\n\nPlease click on the following link in order to join the conference.\n\n __roomUrl__\n\n__sharedKeyText__ Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.\n\nTalk to you in a sec!", + "body": [ + "Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.", + "", + "", + "Please click on the following link in order to join the conference.", + "", + "", + "__roomUrl__", + "", + "", + "__sharedKeyText__", + " Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.", + "", + "", + "Talk to you in a sec!" + ], "and": "and" } }