summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 15:04:22 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 15:04:22 -0500
commit1c2113525d2bca78f76b0c257dd28fdf449f9154 (patch)
tree8cec0ab920921c2b43c21060bc9de7af535bfd29 /i18n
parentaf2a64b6bdd125415093f69edbf80237c730ccf1 (diff)
downloadchat-1c2113525d2bca78f76b0c257dd28fdf449f9154.tar.gz
chat-1c2113525d2bca78f76b0c257dd28fdf449f9154.tar.bz2
chat-1c2113525d2bca78f76b0c257dd28fdf449f9154.zip
Replaced FeedbackEmail with SupportEmail in the email footer
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
-rw-r--r--i18n/es.json2
-rw-r--r--i18n/pt.json4
3 files changed, 4 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 2b125feca..0f8b5de7c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1113,7 +1113,7 @@
},
{
"id": "api.templates.email_info",
- "translation": "Any questions at all, mail us any time: <a href='mailto:{{.FeedbackEmail}}' style='text-decoration: none; color:#2389D7;'>{{.FeedbackEmail}}</a>.<br>Best wishes,<br>The {{.SiteName}} Team<br>"
+ "translation": "Any questions at all, mail us any time: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>Best wishes,<br>The {{.SiteName}} Team<br>"
},
{
"id": "api.templates.error.link",
diff --git a/i18n/es.json b/i18n/es.json
index 1426195dd..6670b7f5b 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -1113,7 +1113,7 @@
},
{
"id": "api.templates.email_info",
- "translation": "Si tienes alguna pregunta, escribenos en cualquier momento a: <a href=\"mailto:{{.FeedbackEmail}}\" style=\"text-decoration: none; color:#2389D7;\">{{.FeedbackEmail}}</a>.<br>Los mejores deseos,<br>El Equipo {{.SiteName}}<br>"
+ "translation": "Si tienes alguna pregunta, escribenos en cualquier momento a: <a href=\"mailto:{{.SupportEmail}}\" style=\"text-decoration: none; color:#2389D7;\">{{.SupportEmail}}</a>.<br>Los mejores deseos,<br>El Equipo {{.SiteName}}<br>"
},
{
"id": "api.templates.error.link",
diff --git a/i18n/pt.json b/i18n/pt.json
index a70cccf4d..e01db6b22 100644
--- a/i18n/pt.json
+++ b/i18n/pt.json
@@ -1113,7 +1113,7 @@
},
{
"id": "api.templates.email_info",
- "translation": "Qualquer dúvida, envie-nos a qualquer momento: <a href='mailto:{{.FeedbackEmail}}' style='text-decoration: none; color:#2389D7;'>{{.FeedbackEmail}}</a>.<br>Nossos melhores cumprimentos,<br>Equipe {{.SiteName}}<br>"
+ "translation": "Qualquer dúvida, envie-nos a qualquer momento: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>Nossos melhores cumprimentos,<br>Equipe {{.SiteName}}<br>"
},
{
"id": "api.templates.error.link",
@@ -3587,4 +3587,4 @@
"id": "web.watcher_fail.error",
"translation": "Falha ao adicionar diretório observador %v"
}
-] \ No newline at end of file
+]