Use correct translation key (#679)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user