Fix casing
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
d4f0300c82
commit
93a47e7009
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ export const SettingsModal = (props: Props) => {
|
|||
title={
|
||||
<>
|
||||
<FeedbackIcon width={16} height={16} />
|
||||
<span>{t("feedback")}</span>
|
||||
<span>{t("Feedback")}</span>
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue