mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: typo
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user