From e1949dd3b45b5facb6c9b5dad2a463a7e41b4d20 Mon Sep 17 00:00:00 2001 From: belle Date: Sun, 29 Mar 2026 20:35:43 +0000 Subject: [PATCH 1/2] Fill placeholders --- apps/oneclient/frontend/src/routes/app/accounts.tsx | 2 +- apps/oneclient/frontend/src/routes/app/clusters.tsx | 2 +- .../frontend/src/routes/onboarding/preferences/version.tsx | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/oneclient/frontend/src/routes/app/accounts.tsx b/apps/oneclient/frontend/src/routes/app/accounts.tsx index cf157ef5..b4761c57 100644 --- a/apps/oneclient/frontend/src/routes/app/accounts.tsx +++ b/apps/oneclient/frontend/src/routes/app/accounts.tsx @@ -38,7 +38,7 @@ function HeaderLarge() {

Accounts

-

Something something in corporate style fashion about picking your preferred gamemodes and versions and optionally loader so that oneclient can pick something for them

+

Manage your Minecraft accounts in one place. Your selected account will be used across all versions.

diff --git a/apps/oneclient/frontend/src/routes/app/clusters.tsx b/apps/oneclient/frontend/src/routes/app/clusters.tsx index ca1e4ccf..e7909c7b 100644 --- a/apps/oneclient/frontend/src/routes/app/clusters.tsx +++ b/apps/oneclient/frontend/src/routes/app/clusters.tsx @@ -273,7 +273,7 @@ function HeaderLarge() {

Versions

-

Something something in corporate style fashion about picking your preferred gamemodes and versions and optionally loader so that oneclient can pick something for them

+

Choose your preferred setup and launch and configure directly from here.

); diff --git a/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx b/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx index aeab6859..bd46bc93 100644 --- a/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx +++ b/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx @@ -33,10 +33,7 @@ function RouteComponent() {

Starting Versions

-

- Something something in corporate style fashion about picking your preferred gamemodes and versions and - optionally loader so that oneclient can pick something for them -

+

Choose your preferred starting versions and game modes. We will use these selections to tailor your experience.

{versions.clusters.map((cluster) => { From 49f304e04178ae50c2e8c43b5401ee440b4125d7 Mon Sep 17 00:00:00 2001 From: belle Date: Sun, 29 Mar 2026 20:40:10 +0000 Subject: [PATCH 2/2] Reword some descriptions from previous commit --- apps/oneclient/frontend/src/routes/app/clusters.tsx | 2 +- .../frontend/src/routes/onboarding/preferences/version.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/oneclient/frontend/src/routes/app/clusters.tsx b/apps/oneclient/frontend/src/routes/app/clusters.tsx index e7909c7b..175d515a 100644 --- a/apps/oneclient/frontend/src/routes/app/clusters.tsx +++ b/apps/oneclient/frontend/src/routes/app/clusters.tsx @@ -273,7 +273,7 @@ function HeaderLarge() {

Versions

-

Choose your preferred setup and launch and configure directly from here.

+

Configure your preferred version and launch directly from here.

); diff --git a/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx b/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx index bd46bc93..37452bc9 100644 --- a/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx +++ b/apps/oneclient/frontend/src/routes/onboarding/preferences/version.tsx @@ -33,7 +33,7 @@ function RouteComponent() {

Starting Versions

-

Choose your preferred starting versions and game modes. We will use these selections to tailor your experience.

+

Choose your preferred starting versions and gamemodes. We will use these selections to tailor your experience.

{versions.clusters.map((cluster) => {