diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json
index 9e11925c4..5b42fc6db 100644
--- a/src/public/translations/cn/translation.json
+++ b/src/public/translations/cn/translation.json
@@ -1323,7 +1323,7 @@
"recovery_keys_regenerate": "重新生成恢复代码",
"oauth_title": "OAuth/OpenID 认证",
"oauth_description": "OpenID 是一种标准化方式,允许您使用其他服务(如 Google)的账户登录网站,以验证您的身份。请参阅这些 指南 通过 Google 设置 OpenID 服务。",
- "oauth_description_warning": "要启用 OAuth/OpenID,您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥。",
+ "oauth_description_warning": "要启用 OAuth/OpenID,您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥,并重新启动应用程序。",
"oauth_missing_vars": "缺少变量:",
"oauth_user_account": "用户账号:",
"oauth_user_email": "用户邮箱:",
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json
index 0f038a1e9..aef3ce8e6 100644
--- a/src/public/translations/en/translation.json
+++ b/src/public/translations/en/translation.json
@@ -1334,7 +1334,7 @@
"recovery_keys_regenerate": "Regenerate Recovery Codes",
"oauth_title": "OAuth/OpenID",
"oauth_description": "OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. Follow these instructions to setup an OpenID service through google.",
- "oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file.",
+ "oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file and restart the application.",
"oauth_missing_vars": "Missing variables: ",
"oauth_user_account": "User Account:",
"oauth_user_email": "User Email:",