diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx
index 77bead74a8472e7fbbb920c03d906338aadf4cf7..9a72de3b09312a428a57c13e7d2508af71f64ad9 100644
--- a/src/components/Splash/SplashRoot.tsx
+++ b/src/components/Splash/SplashRoot.tsx
@@ -193,7 +193,7 @@ const SplashRoot = ({ fadeTimer = 1000, children }: SplashRootProps) => {
       const startTime = performance.now()
       const transaction = Sentry.startTransaction({ name: 'Initialize app' })
       try {
-        // Load app in parallel
+        // Run init steps in parallel
         const [
           termsStatus,
           ,
diff --git a/src/components/Splash/__snapshots__/SplashRoot.spec.tsx.snap b/src/components/Splash/__snapshots__/SplashRoot.spec.tsx.snap
index 1cc016b6bf9ee4e84abc6eba83474d49907a400e..17d47890730c9f78a4bd3eba41b3bdb193b51bbf 100644
--- a/src/components/Splash/__snapshots__/SplashRoot.spec.tsx.snap
+++ b/src/components/Splash/__snapshots__/SplashRoot.spec.tsx.snap
@@ -27,7 +27,7 @@ exports[`SplashRoot component should be rendered correctly 1`] = `
           >
             <div
               class="splash-progress-bar-content"
-              style="left: -73%;"
+              style="left: -40%;"
             />
           </div>
         </div>
@@ -35,7 +35,7 @@ exports[`SplashRoot component should be rendered correctly 1`] = `
       <div
         class="step-label text-18-normal"
       >
-        splashscreen.step.1
+        splashscreen.step.3
       </div>
       <div
         class="splash-logos-container"
@@ -83,7 +83,7 @@ exports[`SplashRoot component should render the error screen 1`] = `
         <div
           class="splash-error-text text-18-normal"
         >
-          splashscreen.consent_error
+          splashscreen.consos_error
         </div>
       </div>
     </div>
diff --git a/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap b/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
index fee381e60a027c591bb21d19cc7a20a4f0d565cf..41988b37679733c27e154d98ac988224f1f90181 100644
--- a/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
+++ b/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
@@ -23,7 +23,7 @@ exports[`SplashScreen component should be rendered correctly 1`] = `
         >
           <div
             class="splash-progress-bar-content"
-            style="left: -73%;"
+            style="left: -80%;"
           />
         </div>
       </div>
@@ -31,7 +31,7 @@ exports[`SplashScreen component should be rendered correctly 1`] = `
     <div
       class="step-label text-18-normal"
     >
-      splashscreen.step.1
+      splashscreen.step.0
     </div>
     <div
       class="splash-logos-container"