summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-29 08:37:28 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-29 08:37:28 -0500
commite2238fcd51347c1f93ba8a13fc34ee7d720e133a (patch)
tree93d199a2f2c71afe20afaee87d06fe5c44bad668 /i18n
parent1009e9f7450834493f260a841a6cd0045382143d (diff)
parent3ef35a7c0a79b339b4a53be46afe469d1c633ebb (diff)
downloadchat-e2238fcd51347c1f93ba8a13fc34ee7d720e133a.tar.gz
chat-e2238fcd51347c1f93ba8a13fc34ee7d720e133a.tar.bz2
chat-e2238fcd51347c1f93ba8a13fc34ee7d720e133a.zip
Merge pull request #2011 from mattermost/plt-1837
PLT-1837 Remove expiry from public links
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json6
-rw-r--r--i18n/es.json6
2 files changed, 2 insertions, 10 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b9b6b5fab..fafc29de7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -456,10 +456,6 @@
"translation": "Could not find file."
},
{
- "id": "api.file.get_file.public_expired.app_error",
- "translation": "The public link has expired"
- },
- {
"id": "api.file.get_file.public_invalid.app_error",
"translation": "The public link does not appear to be valid"
},
@@ -3395,4 +3391,4 @@
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
}
-] \ No newline at end of file
+]
diff --git a/i18n/es.json b/i18n/es.json
index 9933aa284..511cc5f28 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -456,10 +456,6 @@
"translation": "No se encontró el archivo."
},
{
- "id": "api.file.get_file.public_expired.app_error",
- "translation": "El enlace público ha expirado"
- },
- {
"id": "api.file.get_file.public_invalid.app_error",
"translation": "El enlace público parece ser inválido"
},
@@ -3395,4 +3391,4 @@
"id": "web.watcher_fail.error",
"translation": "Falla al agregar el directorio a ser vigilado %v"
}
-] \ No newline at end of file
+]