mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 07:16:02 +00:00
Fix: Update error messages for image upload failure
This commit is contained in:
@@ -1354,8 +1354,8 @@ export function SettingsPanel({
|
||||
};
|
||||
|
||||
reader.onerror = () => {
|
||||
toast.error(t("common.failedToUploadImage"), {
|
||||
description: t("common.errorReadingFile"),
|
||||
toast.error(t("common.errors.failedToUploadImage"), {
|
||||
description: t("common.errors.fileReadError"),
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user