1
0
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:
Bogdan
2023-07-25 07:59:41 +03:00
parent 90a1e1dbb3
commit ffde07e4d6
3 changed files with 3 additions and 6 deletions

View File

@@ -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,