fix(home-profile-card): use profiles label for home shortcut

This commit is contained in:
Slinetrac 2025-11-18 18:50:53 +08:00
parent e7812396df
commit ec7f912eae
No known key found for this signature in database

View File

@ -363,7 +363,7 @@ export const HomeProfileCard = ({
endIcon={<StorageOutlined fontSize="small" />}
sx={{ borderRadius: 1.5 }}
>
{t("layout.components.navigation.tabs.proxies")}
{t("layout.components.navigation.tabs.profiles")}
</Button>
);
}, [current, goToProfiles, t]);