From 5335fc1041163c6c453c07c28aff5c6323f2fa92 Mon Sep 17 00:00:00 2001 From: memory_clear <83893503+MemoryClear@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:12:38 +0800 Subject: [PATCH] Update access-token-deletion message format Signed-off-by: memory_clear <83893503+MemoryClear@users.noreply.github.com> --- web/src/locales/zh-Hans.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/locales/zh-Hans.json b/web/src/locales/zh-Hans.json index 0fda7bc67..83c5e1814 100644 --- a/web/src/locales/zh-Hans.json +++ b/web/src/locales/zh-Hans.json @@ -254,7 +254,7 @@ "setting": { "access-token-section": { "access-token-copied-to-clipboard": "访问令牌已复制到剪贴板", - "access-token-deletion": "您确定要删除访问令牌 {{description}} 吗?", + "access-token-deletion": "您确定要删除访问令牌 `{{description}}` 吗?", "access-token-deletion-description": "此操作是不可逆的。您需要将所有正在使用该令牌的服务更新为新的访问令牌。", "access-token-deleted": "访问令牌 `{{description}}` 已删除", "create-dialog": {