mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 01:12:07 +00:00
Translate onboarding "or" text
This commit is contained in:
parent
7b44b188f1
commit
4b27aa457f
2 changed files with 4 additions and 1 deletions
|
|
@ -268,6 +268,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>"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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")}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue