diff --git a/gui/public/i18n/en/translation.ftl b/gui/public/i18n/en/translation.ftl index 6cff670494..ce4026ce68 100644 --- a/gui/public/i18n/en/translation.ftl +++ b/gui/public/i18n/en/translation.ftl @@ -835,7 +835,7 @@ onboarding-automatic_proportions-check_height-title = Check your height onboarding-automatic_proportions-check_height-description = We use your height as a basis of our measurements by using the headset's (HMD) height as an approximation of your actual height, but it's better to check if they are right yourself! # All the text is in bold! onboarding-automatic_proportions-check_height-calculation_warning = Please press the button while standing upright to calculate your height. You have 3 seconds after you press the button! -onboarding-automatic_proportions-check_height-guardian_tip = If you are using a standalone VR headset, make sure to have your guardian/ +onboarding-automatic_proportions-check_height-guardian_tip = If you are using a standalone VR headset, make sure to have your guardian / boundary turned on so that your height is correct! onboarding-automatic_proportions-check_height-fetch_height = I'm standing! # Context is that the height is unknown diff --git a/gui/src/components/commons/TipBox.tsx b/gui/src/components/commons/TipBox.tsx index 61ec3735ed..35ecd0a7c6 100644 --- a/gui/src/components/commons/TipBox.tsx +++ b/gui/src/components/commons/TipBox.tsx @@ -8,13 +8,20 @@ export function TipBox({ children, hideIcon = false, whitespace = false, + className, }: { children: ReactNode; hideIcon?: boolean; whitespace?: boolean; + className?: string; }) { return ( -
+
-
+
-
    +
      <> {l10n .getString('onboarding-automatic_proportions-recording-steps') diff --git a/gui/src/components/onboarding/pages/body-proportions/autobone-steps/StartRecording.tsx b/gui/src/components/onboarding/pages/body-proportions/autobone-steps/StartRecording.tsx index 1cc9640cd1..0a2fcc4c90 100644 --- a/gui/src/components/onboarding/pages/body-proportions/autobone-steps/StartRecording.tsx +++ b/gui/src/components/onboarding/pages/body-proportions/autobone-steps/StartRecording.tsx @@ -44,7 +44,7 @@ export function StartRecording({ return ( <> -
      +
      @@ -59,7 +59,7 @@ export function StartRecording({ )}
      -
        +
          <> {l10n .getString('onboarding-automatic_proportions-recording-steps') @@ -71,7 +71,7 @@ export function StartRecording({ ))}
        -
        +
        {l10n.getString('tips-do_not_move_heels')}
        @@ -100,6 +100,9 @@ export function StartRecording({
      +
      + {l10n.getString('tips-do_not_move_heels')} +