From 2bd408cf8a216c902ea92d8af431693a72e619d4 Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:46:58 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20better=20instruction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/translations/cn/translation.json | 2 +- src/public/translations/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:",