Merge pull request #2011 from mattermost/plt-1837

PLT-1837 Remove expiry from public links
Этот коммит содержится в:
Christopher Speller
2016-01-29 08:37:28 -05:00
родитель 1009e9f745 3ef35a7c0a
Коммит e2238fcd51
3 изменённых файлов: 2 добавлений и 18 удалений

Просмотреть файл

@@ -455,10 +455,6 @@
"id": "api.file.get_file.not_found.app_error",
"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"
}
]
]

Просмотреть файл

@@ -455,10 +455,6 @@
"id": "api.file.get_file.not_found.app_error",
"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"
}
]
]