mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
New: Add translations for columns
This commit is contained in:
@@ -54,7 +54,7 @@ export const defaultState = {
|
||||
export const filters = [
|
||||
{
|
||||
key: 'all',
|
||||
label: translate('All'),
|
||||
label: () => translate('All'),
|
||||
filters: []
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user