fix: typo

This commit is contained in:
abdou6666
2025-04-16 15:17:25 +01:00
parent bc0a9d5151
commit 19a073fec0

View File

@@ -38,7 +38,9 @@ const FileMessage: React.FC<FileMessageProps> = ({ message }) => {
backgroundColor: colors.bg,
}}
>
<p className="error-message">{t("messages.unsupported_file_type")}</p>;
<p className="error-message">
{t("messages.file_message.unsupported_file_type")}
</p>
</div>
);
}