Skip to content

Commit

Permalink
fix UX comment
Browse files Browse the repository at this point in the history
Signed-off-by: ananzh <[email protected]>
  • Loading branch information
ananzh committed Aug 29, 2023
1 parent 243272a commit fe13a28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export function generateDataGridTableColumn(
showHide: shouldHide
? false
: {
label: i18n.translate('discover.deleteColumn.label', {
defaultMessage: 'Delete column',
label: i18n.translate('discover.removeColumn.label', {
defaultMessage: 'Remove column',
}),
iconType: 'cross',
},
Expand Down

0 comments on commit fe13a28

Please sign in to comment.