summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-20 12:55:52 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-20 11:55:52 -0400
commited2e37394e0bdbd20791c759e033bcb3e6cc4d2c (patch)
treec767b8623658cd47ab5fabc7cef133c73717be84 /webapp/i18n/en.json
parent2a137e97c430312f87500a7ccbfa8de3702c3920 (diff)
downloadchat-ed2e37394e0bdbd20791c759e033bcb3e6cc4d2c.tar.gz
chat-ed2e37394e0bdbd20791c759e033bcb3e6cc4d2c.tar.bz2
chat-ed2e37394e0bdbd20791c759e033bcb3e6cc4d2c.zip
PLT 783 Fix Previews for removed YouTube videos (#3073)
* PLT-783 Fix Previews for removed YouTube videos render incorrectly and throw a 404 * Updating video poster for video not found (#3072)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index de5a72107..bff8ab8aa 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1455,5 +1455,6 @@
"web.footer.privacy": "Privacy",
"web.footer.terms": "Terms",
"web.header.back": "Back",
- "web.root.singup_info": "All team communication in one place, searchable and accessible anywhere"
+ "web.root.singup_info": "All team communication in one place, searchable and accessible anywhere",
+ "youtube_video.notFound": "Video not found"
}