mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Fix translate call in release options store
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user