Translate onboarding "or" text

This commit is contained in:
William Oldham 2024-03-11 20:34:55 +00:00
parent 8420bedb84
commit 8e73751f48
2 changed files with 4 additions and 1 deletions

View File

@ -216,6 +216,7 @@
"start": {
"explainer": "To get the best streams possible, you will need to choose which streaming method you want to use.",
"options": {
"or": "or",
"default": {
"text": "I don't want good quality streams,<0 /> <1>use the default setup</1>"
},

View File

@ -65,7 +65,9 @@ export function OnboardingPage() {
</Card>
<div className="hidden md:grid grid-rows-[1fr,auto,1fr] justify-center gap-4">
<VerticalLine className="items-end" />
<span className="text-xs uppercase font-bold">or</span>
<span className="text-xs uppercase font-bold">
{t("onboarding.start.options.or")}
</span>
<VerticalLine />
</div>
<Card onClick={() => navigate("/onboarding/proxy")}>