1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

displaying node videos

This commit is contained in:
Fedor Katurov 2019-10-19 20:06:48 +07:00
parent f7c2f0e90f
commit 6917c465f3
4 changed files with 52 additions and 0 deletions

View file

@ -6,6 +6,7 @@ export const ERRORS = {
FILES_REQUIRED: 'Files_Required',
TEXT_REQUIRED: 'Text_Required',
UNKNOWN_NODE_TYPE: 'Unknown_Node_Type',
URL_INVALID: 'Url_Invalid',
};
export const ERROR_LITERAL = {
@ -16,4 +17,5 @@ export const ERROR_LITERAL = {
[ERRORS.FILES_REQUIRED]: 'Добавьте файлы',
[ERRORS.TEXT_REQUIRED]: 'Нужно немного текста',
[ERRORS.UNKNOWN_NODE_TYPE]: 'Неизвестный тип поста',
[ERRORS.URL_INVALID]: 'Неизвестный адрес',
};