Translate custom format score for history actions

This commit is contained in:
Bogdan 2023-11-20 05:48:02 +02:00
parent 88c0e24c58
commit cff15de4fc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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