[Glitch] Fix typo in english message (filtred => filtered)

Port 19f4aa1147 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2806/head
Renaud Chaput 2024-08-02 21:55:13 +02:00 committed by Claire
parent 08adca0c63
commit 700ebdb5e2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const ColumnSettings = () => {
settingPath={['minimizeFilteredBanner']}
onChange={onChange}
label={
<FormattedMessage id='notification_requests.minimize_banner' defaultMessage='Minimize filtred notifications banner' />
<FormattedMessage id='notification_requests.minimize_banner' defaultMessage='Minimize filtered notifications banner' />
}
/>
</div>