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": "त्रुटि"
}