Updated copy in chart drop down to "View as table" (#20486)

This commit is contained in:
Alex Lauderbaugh 2022-06-28 14:49:13 -06:00 committed by GitHub
parent e12ee59b13
commit 93fbfe9d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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