Skip to content

Commit

Permalink
Fix inconsistent bold
Browse files Browse the repository at this point in the history
noted: <b> and <strong> are actually different
  • Loading branch information
JovannMC committed Nov 18, 2024
1 parent ddefe82 commit 4493309
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
},
"step-11": {
"title": "Relaunching SlimeVR",
"text": "When relaunching SlimeVR, perform a \"Full Reset\" and then a \"Mounting Reset\" before calibrating in-game. <strong>Again, you do not have to perform the proportions calibration again - it is only done once!</strong> Make sure to refer to the SlimeTora wiki or watch videos on how to get the best from SlimeVR - ZRock35 is a great person to watch!",
"text": "When relaunching SlimeVR, perform a \"Full Reset\" and then a \"Mounting Reset\" before calibrating in-game. <b>Again, you do not have to perform the proportions calibration again - it is only done once!</b> Make sure to refer to the SlimeTora wiki or watch videos on how to get the best from SlimeVR - ZRock35 is a great person to watch!",
"watch": "Watch calibration video"
}
}
Expand Down
27 changes: 13 additions & 14 deletions src/static/html/onboarding.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class="title is-2 has-text-centered is-spaced" data-i18n="onboarding.steps.s
</h2>
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-3.text">
Press the button below to start the auto-detection process. The process may take up to 20
seconds to complete, <strong>make sure the official software is closed</strong>.<br />
seconds to complete, <b>make sure the official software is closed</b>.<br />
<br />
After the process is complete, you will receive a pop-up with the results - make sure they are
accurate. If the process fails, you can try again or set up SlimeTora manually.<br />
Expand Down Expand Up @@ -233,9 +233,9 @@ <h2 class="title is-2 has-text-centered is-spaced" data-i18n="onboarding.steps.s
</h2>
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-7.text">
After assigning the trackers, you will be brought to the mounting calibration screen. Select
"Automatic Mounting" <strong>(highly recommended)</strong> and follow the on-screen instructions
on how to do a mounting calibration. If it does not look right after the calibration, you can
always redo it until it's accurate.
"Automatic Mounting" <b>(highly recommended)</b> and follow the on-screen instructions on how to
do a mounting calibration. If it does not look right after the calibration, you can always redo
it until it's accurate.
</p>
</div>
<img
Expand Down Expand Up @@ -307,18 +307,17 @@ <h2 class="title is-2 has-text-centered is-spaced" data-i18n="onboarding.steps.s
</figure>
<div class="is-flex-shrink-5">
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-9.text2">
A <strong>yaw</strong> reset is the <strong>one you will use the most</strong>, it
eliminates most (if not all) drift on one axis. This is less accurate but the fastest and
most convenient. You only need to straighten your limbs - this can even be used while laying
or sitting down!
A <b>yaw</b> reset is the <strong>one you will use the most</strong>, it eliminates most (if
not all) drift on one axis. This is less accurate but the fastest and most convenient. You
only need to straighten your limbs - this can even be used while laying or sitting down!
</p>
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-9.text3">
A <strong>full</strong> reset is the most accurate and completely resets the skeleton in
SlimeVR. You must be standing up and straight while doing this reset.
A <b>full</b> reset is the most accurate and completely resets the skeleton in SlimeVR. You
must be standing up and straight while doing this reset.
</p>
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-9.text4">
A <strong>mounting</strong> reset is used when the position of your trackers have physically
moved (or mounting calibration is off). You must be in a "ski pose" while doing this reset.
A <b>mounting</b> reset is used when the position of your trackers have physically moved (or
mounting calibration is off). You must be in a "ski pose" while doing this reset.
</p>
</div>
<figure class="is-flex-grow-1">
Expand Down Expand Up @@ -379,9 +378,9 @@ <h2 class="title is-2 has-text-centered is-spaced" data-i18n="onboarding.steps.s
<p class="subtitle has-text-centered" data-i18n="onboarding.steps.step-11.text">
When relaunching SlimeVR, perform a "Full Reset" and then a "Mounting Reset\" before calibrating
in-game.
<strong
<b
>Again, you do not have to perform the proportions calibration again - it is only done
once!</strong
once!</b
>
Make sure to refer to the SlimeTora wiki or watch videos on how to get the best from SlimeVR -
ZRock35 is a great person to watch!
Expand Down

0 comments on commit 4493309

Please sign in to comment.