From d1712eb21cf860992222a5371aefa50866b627f9 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 3 Feb 2026 14:04:11 +0800 Subject: [PATCH] perf: Third-Party Platform Integration - Internationalization Optimization --- frontend/src/views/login/xpack/PlatformClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/login/xpack/PlatformClient.ts b/frontend/src/views/login/xpack/PlatformClient.ts index 79ea8634..b81be18d 100644 --- a/frontend/src/views/login/xpack/PlatformClient.ts +++ b/frontend/src/views/login/xpack/PlatformClient.ts @@ -39,7 +39,7 @@ export const loadClient = (category: LoginCategory) => { confirmButtonType: 'danger', type: 'warning', showCancelButton: false, - confirmButtonText: t('commons.refresh'), + confirmButtonText: t('common.refresh'), cancelButtonText: t('dataset.cancel'), autofocus: false, showClose: false,