diff --git a/src/components/home/home-profile-card.tsx b/src/components/home/home-profile-card.tsx
index 79336ae0..9afffeb3 100644
--- a/src/components/home/home-profile-card.tsx
+++ b/src/components/home/home-profile-card.tsx
@@ -268,7 +268,7 @@ const EmptyProfile = ({ onClick }: { onClick: () => void }) => {
sx={{ fontSize: 60, color: "primary.main", mb: 2 }}
/>
- {t("profiles.page.actions.import")} {t("profiles.page.header.title")}
+ {t("profiles.page.actions.import")} {t("profiles.page.title")}
{t("profiles.components.card.labels.clickToImport")}
@@ -312,7 +312,7 @@ export const HomeProfileCard = ({
// 卡片标题
const cardTitle = useMemo(() => {
- if (!current) return t("profiles.page.header.title");
+ if (!current) return t("profiles.page.title");
if (!current.home) return current.name;
diff --git a/src/components/profile/rules-editor-viewer.tsx b/src/components/profile/rules-editor-viewer.tsx
index 0ba66264..7517f68d 100644
--- a/src/components/profile/rules-editor-viewer.tsx
+++ b/src/components/profile/rules-editor-viewer.tsx
@@ -508,7 +508,7 @@ export const RulesEditorViewer = (props: Props) => {
{
- {t("rules.modals.editor.header.title")}
+ {t("rules.modals.editor.title")}