feat: optimize legacy top-up warning banner copy (#5851) (#5855)

* feat: optimize legacy top-up warning banner copy (#5851)

* fix(i18n): use standard Latin period at the end of Vietnamese translations
This commit is contained in:
Gravirei
2026-07-06 15:03:54 +08:00
committed by GitHub
parent 3a876d6f31
commit 1e80ce03e8
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ export const useLogsData = () => {
value: (
<span style={{ color: 'var(--semi-color-warning)' }}>
{t(
'该记录由旧版本实例写入,缺少审计信息,建议将实例升级至最新版本以便记录服务器IP、回调IP、支付方式与系统版本等审计字段。',
'该条历史记录缺少审计字段。当前版本已支持记录服务器 IP、回调 IP、支付方式与系统版本等审计信息;这些字段仅会写入后续新产生的记录,历史记录无法自动补齐。',
)}
</span>
),