summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json3
-rw-r--r--webapp/i18n/es.json3
2 files changed, 4 insertions, 2 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"
}
diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json
index ac6e6be94..b6c45cbfa 100644
--- a/webapp/i18n/es.json
+++ b/webapp/i18n/es.json
@@ -1454,5 +1454,6 @@
"web.footer.privacy": "Privacidad",
"web.footer.terms": "Términos",
"web.header.back": "Atrás",
- "web.root.singup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte"
+ "web.root.singup_info": "Todas las comunicaciones del equipo en un sólo lugar, con búsquedas y accesible desde cualquier parte",
+ "youtube_video.notFound": "Video no encontrado"
}