Skip to content

Commit 2b4f7d3

Browse files
perf: Third-Party Platform Integration - Internationalization Optimization
1 parent a2c1ec0 commit 2b4f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/login/xpack/PlatformClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const loadClient = (category: LoginCategory) => {
3939
confirmButtonType: 'danger',
4040
type: 'warning',
4141
showCancelButton: false,
42-
confirmButtonText: t('commons.refresh'),
42+
confirmButtonText: t('common.refresh'),
4343
cancelButtonText: t('dataset.cancel'),
4444
autofocus: false,
4545
showClose: false,

0 commit comments

Comments
 (0)