fix: translations

This commit is contained in:
Jannat Patel
2022-11-04 13:27:14 +05:30
parent 5916695d30
commit bd929bfa3f
4 changed files with 11 additions and 6 deletions

View File

@@ -318,7 +318,7 @@ const upload_file = (file, target) => {
);
} else if (xhr.status === 413) {
frappe.msgprint(
"Size exceeds the maximum allowed file size."
__("Size exceeds the maximum allowed file size.")
);
} else {
frappe.msgprint(