chore: update words

This commit is contained in:
JimmFly
2023-01-11 17:26:39 +08:00
parent 18ecf52f62
commit 2c32d4614f
3 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ export const QuickSearchButton = ({
const { triggerQuickSearchModal } = useModal();
const { t } = useTranslation();
return (
<Tooltip content={t('Switch to')} placement="bottom">
<Tooltip content={t('Jump to')} placement="bottom">
<IconButton
data-testid="header-quickSearchButton"
{...props}
@@ -81,7 +81,7 @@ export const Results = (props: {
</StyledNotFound>
)
) : (
<Command.Group heading={t('Switch to')}>
<Command.Group heading={t('Jump to')}>
{List.map(link => {
return (
<Command.Item