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

View File

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