diff --git a/src/components/menu/MainMenu.tsx b/src/components/menu/MainMenu.tsx
index e279d20..7657d4a 100644
--- a/src/components/menu/MainMenu.tsx
+++ b/src/components/menu/MainMenu.tsx
@@ -27,7 +27,13 @@ export default function MainMenu({ onGameStart, onReplayStart }: Props) {
-
+
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 820e4d9..888cd83 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -4,6 +4,7 @@
"local_game": "Local 2-Player",
"ai_game": "VS AI",
"online_game": "Online",
+ "online_game_disabled": "Online mode is under development",
"load_replay": "Load Replay",
"settings": "Settings"
},
diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json
index fc7ef80..9763b17 100644
--- a/src/i18n/zh-CN.json
+++ b/src/i18n/zh-CN.json
@@ -4,6 +4,7 @@
"local_game": "本地双人",
"ai_game": "人机对战",
"online_game": "网络对战",
+ "online_game_disabled": "网络对战功能开发中",
"load_replay": "加载棋谱",
"settings": "设置"
},