summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-09 10:41:43 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-09 10:41:43 -0300
commit9e365fd785f7cb38bf7d0ced53d98a0c2789a87f (patch)
treee4b1c49cf034b1c1a084d2a17a02c82ac38d4586 /i18n
parent8e1c9c371b9fbfbc15d96d6f5c4092968dc41f43 (diff)
downloadchat-9e365fd785f7cb38bf7d0ced53d98a0c2789a87f.tar.gz
chat-9e365fd785f7cb38bf7d0ced53d98a0c2789a87f.tar.bz2
chat-9e365fd785f7cb38bf7d0ced53d98a0c2789a87f.zip
Add/Remove & Fix loc strings
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
-rw-r--r--i18n/es.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index aeeaf576b..3b204f250 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -685,7 +685,7 @@
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
- "translation": "{{.Username}} was mentioned, but they do not belong to this channel."
+ "translation": "{{.Username}} was mentioned, but does not belong to this channel."
},
{
"id": "api.post.create_post.bad_filename.error",
diff --git a/i18n/es.json b/i18n/es.json
index 6f9c7499b..d22c4564a 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -681,7 +681,7 @@
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
- "translation": "{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero ellos no pertenecen a este canal."
+ "translation": "{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero no pertenecen a este canal."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",