Use correct translation key (#679)

This commit is contained in:
schroda
2024-03-29 00:51:14 +01:00
committed by GitHub
parent 74cf4b7c50
commit 74f945dd59

View File

@@ -70,7 +70,7 @@ export const LibraryOptionsPanel: React.FC<IProps> = ({ open, onClose }) => {
checked={options.downloaded} checked={options.downloaded}
onChange={(c) => handleFilterChange('downloaded', c)} onChange={(c) => handleFilterChange('downloaded', c)}
/> />
<FormLabel sx={{ mt: 2 }}>{t('global.grid_layout.title')}</FormLabel> <FormLabel sx={{ mt: 2 }}>{t('global.filter.label.tracked')}</FormLabel>
{loggedInTrackers.map((tracker) => ( {loggedInTrackers.map((tracker) => (
<ThreeStateCheckboxInput <ThreeStateCheckboxInput
key={tracker.id} key={tracker.id}