mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fix custom format translations
This commit is contained in:
@@ -120,9 +120,7 @@ const COLUMNS = [
|
||||
name: 'customFormats',
|
||||
label: React.createElement(Icon, {
|
||||
name: icons.INTERACTIVE,
|
||||
get title() {
|
||||
return translate('CustomFormat');
|
||||
},
|
||||
title: () => translate('CustomFormat'),
|
||||
}),
|
||||
isSortable: true,
|
||||
isVisible: true,
|
||||
|
||||
Reference in New Issue
Block a user