Fix: Update error messages for image upload failure

This commit is contained in:
Ewazer
2026-04-20 15:58:06 +02:00
committed by GitHub
parent ce2e966435
commit c85031aede
@@ -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"),
});
};