Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/oneclient/frontend/src/routes/app/accounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function HeaderLarge() {
<div className="flex flex-row justify-between items-end gap-16">
<div className="flex-1 flex flex-col">
<h1 className="text-3xl font-semibold">Accounts</h1>
<p className="text-md font-medium text-fg-secondary">Something something in corporate style fashion about picking your preferred gamemodes and versions and optionally loader so that oneclient can pick something for them</p>
<p className="text-md font-medium text-fg-secondary">Manage your Minecraft accounts in one place. Your selected account will be used across all versions.</p>
</div>

<AddAccountButton size="large" />
Expand Down
2 changes: 1 addition & 1 deletion apps/oneclient/frontend/src/routes/app/clusters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function HeaderLarge() {
<div className="flex flex-row justify-between items-end gap-8">
<div className="flex flex-col">
<h1 className="text-3xl font-semibold">Versions</h1>
<p className="text-md font-medium text-fg-secondary">Something something in corporate style fashion about picking your preferred gamemodes and versions and optionally loader so that oneclient can pick something for them</p>
<p className="text-md font-medium text-fg-secondary">Configure your preferred version and launch directly from here.</p>
</div>
</div>
);
Expand Down
Loading