From 0af5e33684a73d6eb25ecf25cc9f191cd12a6f29 Mon Sep 17 00:00:00 2001 From: pa Date: Tue, 24 Mar 2026 09:51:38 +0900 Subject: [PATCH] adjust whats new dialog word --- src/components/onboarding/WhatsNewDialog.vue | 20 ++++++++++------ src/localization/en.json | 25 ++++++++++---------- src/shared/constants/whatsNewReleases.js | 17 ++++++------- src/stores/vrcxUpdater.js | 3 +++ 4 files changed, 38 insertions(+), 27 deletions(-) diff --git a/src/components/onboarding/WhatsNewDialog.vue b/src/components/onboarding/WhatsNewDialog.vue index d76ec113..7a88e320 100644 --- a/src/components/onboarding/WhatsNewDialog.vue +++ b/src/components/onboarding/WhatsNewDialog.vue @@ -15,6 +15,12 @@

{{ t(whatsNewDialog.titleKey || 'onboarding.whatsnew.title') }}

+ +

+ {{ t(whatsNewDialog.subtitleKey) }} +

@@ -88,7 +94,7 @@