diff --git a/src/components/modals/unavailable-exe-path-alert-dialog.tsx b/src/components/modals/unavailable-exe-path-alert-dialog.tsx
index a7acaf8d4..30e3bfba9 100644
--- a/src/components/modals/unavailable-exe-path-alert-dialog.tsx
+++ b/src/components/modals/unavailable-exe-path-alert-dialog.tsx
@@ -48,9 +48,14 @@ const UnavailableExePathAlertDialog: React.FC<
-
+
+
+
+
diff --git a/src/locales/en.json b/src/locales/en.json
index fb1f29701..cd36e2f95 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -2561,7 +2561,8 @@
"UnavailableExePathAlertDialog": {
"dialog": {
"title": "Unsafe Execution Path",
- "content": "SJMCL is currently running from a temporary or invalid directory. Your settings and game data may be lost. Please move SJMCL to another location and run it again."
+ "content": "SJMCL is currently running from a temporary or invalid directory. Your settings and game data may be lost. Please move SJMCL to another location and run it again.",
+ "btnContinue": "Run Anyway"
}
},
"Utils": {
diff --git a/src/locales/zh-Hans.json b/src/locales/zh-Hans.json
index d17af0926..a32da9fb8 100644
--- a/src/locales/zh-Hans.json
+++ b/src/locales/zh-Hans.json
@@ -2561,7 +2561,8 @@
"UnavailableExePathAlertDialog": {
"dialog": {
"title": "无效的运行路径",
- "content": "您正在临时或非法目录下运行 SJMCL,您的设置和游戏数据可能丢失。请将 SJMCL 移动到其他位置后再次运行。"
+ "content": "您正在临时或非法目录下运行 SJMCL,您的设置和游戏数据可能丢失。请将 SJMCL 移动到其他位置后再次运行。",
+ "btnContinue": "仍要运行"
}
},
"Utils": {