change button name (#20163)

This commit is contained in:
AAfghahi 2022-05-23 15:44:10 -04:00 committed by GitHub
parent 22b7496d2e
commit b96e20a2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ const ExploreResultsButton = ({
placement="top"
label="explore"
/>{' '}
{t('Explore')}
{t('Create Chart')}
</Button>
);
};