From b69711f28134235e857e368298b4af96191dd518 Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 7 Jan 2026 17:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/scripts/SlotScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index 696f5f5..7dbc247 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -893,7 +893,7 @@ export class SlotScene extends Component { } break; case 5: - msg1 = I18nManager.instance.t('AID_TIP_CONTENT_4'); + msg1 = I18nManager.instance.t('AID_ERROR_CONTENT_4'); msg2 = I18nManager.instance.t('AID_ERROR_CODE_4'); tip = `${msg1}\n${msg2}`; if (!this.TipPanel.getHasTip()) {