1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fix translate call in release options store

This commit is contained in:
Bogdan
2025-12-23 19:11:33 +02:00
committed by Mark McDowall
parent 65cd80a9d5
commit 03cb2e7f63
@@ -52,7 +52,7 @@ const { useOptions, useOption, getOptions, getOption, setOptions, setOption } =
},
{
name: 'history',
label: translate('History'),
label: () => translate('History'),
isSortable: true,
fixedSortDirection: 'ascending',
isVisible: true,