Skip to content

Commit

Permalink
Updated copy in chart drop down to "View as table" (#20486)
Browse files Browse the repository at this point in the history
(cherry picked from commit 93fbfe9)
  • Loading branch information
lauderbaugh authored and michael-s-molina committed Jul 6, 2022
1 parent edbbf88 commit eba63b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class SliceHeaderControls extends React.PureComponent<
<ModalTrigger
triggerNode={
<span data-test="view-query-menu-item">
{t('Drill to detail')}
{t('View as table')}
</span>
}
modalTitle={t('Chart Data: %s', slice.slice_name)}
Expand Down

0 comments on commit eba63b4

Please sign in to comment.