Fix casing

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Šimon Brandner
2023-05-05 19:17:59 +02:00
committed by GitHub
parent d4f0300c82
commit 93a47e7009

View File

@@ -205,7 +205,7 @@ export const SettingsModal = (props: Props) => {
title={ title={
<> <>
<FeedbackIcon width={16} height={16} /> <FeedbackIcon width={16} height={16} />
<span>{t("feedback")}</span> <span>{t("Feedback")}</span>
</> </>
} }
> >