@ -44,7 +44,7 @@ const columns = [
name: 'customFormatScore',
label: React.createElement(Icon, {
name: icons.SCORE,
title: 'Custom format score'
title: () => translate('CustomFormatScore')
}),
isSortable: true,
isVisible: true
@ -91,7 +91,7 @@ export const defaultState = {
columnLabel: () => translate('CustomFormatScore'),
isVisible: false
},