diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml
index 2aa5eb5f..d95d4c74 100644
--- a/src/Resources/Locales/en_US.axaml
+++ b/src/Resources/Locales/en_US.axaml
@@ -553,6 +553,7 @@
Submodule:
Use --remote option
Warning
+ Welcome Page
Create Group
Create Sub-Group
Clone Repository
diff --git a/src/Resources/Locales/zh_CN.axaml b/src/Resources/Locales/zh_CN.axaml
index ac777530..537c0d6c 100644
--- a/src/Resources/Locales/zh_CN.axaml
+++ b/src/Resources/Locales/zh_CN.axaml
@@ -555,6 +555,7 @@
子模块 :
启用 '--remote'
警告
+ 起始页
新建分组
新建子分组
克隆远程仓库
diff --git a/src/Resources/Locales/zh_TW.axaml b/src/Resources/Locales/zh_TW.axaml
index dad46505..25df2430 100644
--- a/src/Resources/Locales/zh_TW.axaml
+++ b/src/Resources/Locales/zh_TW.axaml
@@ -555,6 +555,7 @@
子模組 :
啟用『--remote』選項
警告
+ 起始頁
新建分組
新建子分組
克隆遠端倉庫
diff --git a/src/Views/LauncherTabBar.axaml b/src/Views/LauncherTabBar.axaml
index 22f32d8f..a219365d 100644
--- a/src/Views/LauncherTabBar.axaml
+++ b/src/Views/LauncherTabBar.axaml
@@ -42,6 +42,13 @@
PointerReleased="OnPointerReleasedTab"
Loaded="SetupDragAndDrop"
ContextRequested="OnTabContextRequested">
+
+
+
+
+
+
+