feat(reply modal): display errors in modal

This commit is contained in:
Tom (plebeius.eth)
2024-11-04 17:55:51 +01:00
parent fedada3957
commit 57684438a5
37 changed files with 94 additions and 40 deletions
+2 -1
View File
@@ -259,5 +259,6 @@
"hide_avatars_tip": "사용자 표시 이름 옆에 아바타를 표시하지 않음",
"choose_file": "파일 선택",
"uploading": "업로드 중...",
"no_file_chosen": "선택된 파일이 없습니다"
"no_file_chosen": "선택된 파일이 없습니다",
"error": "오류"
}