diff --git a/src/i18n/en/project.ts b/src/i18n/en/project.ts
index 6695cd5e..9c7f0a27 100644
--- a/src/i18n/en/project.ts
+++ b/src/i18n/en/project.ts
@@ -5,7 +5,7 @@ export default {
   my: 'My',
   new_project: 'New Project',
   all_project: 'All Project',
-  my_templete: 'My Templete',
+  my_template: 'My Template',
   template_market: 'Template Market',
 
   // items 
diff --git a/src/i18n/zh/project.ts b/src/i18n/zh/project.ts
index 49e86567..4e27c7e3 100644
--- a/src/i18n/zh/project.ts
+++ b/src/i18n/zh/project.ts
@@ -6,7 +6,7 @@ export default {
   my: '我的',
   new_project: '新项目',
   all_project: '全部项目',
-  my_templete: '我的模板',
+  my_template: '我的模板',
   template_market: '模板市场',
 
   // items 
diff --git a/src/views/project/layout/components/ProjectLayoutCreate/components/CreateModal/index.vue b/src/views/project/layout/components/ProjectLayoutCreate/components/CreateModal/index.vue
index 6f4cb853..fb629eb2 100644
--- a/src/views/project/layout/components/ProjectLayoutCreate/components/CreateModal/index.vue
+++ b/src/views/project/layout/components/ProjectLayoutCreate/components/CreateModal/index.vue
@@ -57,7 +57,7 @@ const typeList = shallowRef([
     disabled: false
   },
   {
-    title: renderLang('project.my_templete'),
+    title: renderLang('project.my_template'),
     key: PageEnum.BASE_HOME_TEMPLATE_NAME,
     icon: ObjectStorageIcon,
     disabled: true
diff --git a/src/views/project/layout/components/ProjectLayoutSider/menu.ts b/src/views/project/layout/components/ProjectLayoutSider/menu.ts
index c878f704..ffd097cb 100644
--- a/src/views/project/layout/components/ProjectLayoutSider/menu.ts
+++ b/src/views/project/layout/components/ProjectLayoutSider/menu.ts
@@ -54,7 +54,7 @@ export const menuOptionsInit = () => {
                       name: PageEnum.BASE_HOME_TEMPLATE_NAME,
                     },
                   },
-                  { default: () => t('project.my_templete') }
+                  { default: () => t('project.my_template') }
                 ),
               key: PageEnum.BASE_HOME_TEMPLATE_NAME,
               icon: renderIcon(ObjectStorageIcon),