diff --git a/src/components/Duel/__snapshots__/DuelError.spec.tsx.snap b/src/components/Duel/__snapshots__/DuelError.spec.tsx.snap
index ea6a54b86cfb99ef9b067529b2983e09afbfcb99..da5276067deb8b37a829f23b9eb108c2dbcbd083 100644
--- a/src/components/Duel/__snapshots__/DuelError.spec.tsx.snap
+++ b/src/components/Duel/__snapshots__/DuelError.spec.tsx.snap
@@ -13,6 +13,7 @@ exports[`DuelError component should be rendered correctly 1`] = `
     className="duel-error-button"
   >
     <ForwardRef(WithStyles)
+      aria-label="duel.accessibility.button_go_back"
       classes={
         Object {
           "label": "text-16-normal",
@@ -21,7 +22,7 @@ exports[`DuelError component should be rendered correctly 1`] = `
       }
       onClick={[Function]}
     >
-      duel.error_go_back
+      duel.button_go_back
     </ForwardRef(WithStyles)>
   </div>
 </div>
diff --git a/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap b/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
index b46e53af78be475eba42478b401973525044d938..da2b40ba7ddea42f795c4a7f4eb871cc1f672545 100644
--- a/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
+++ b/src/components/LegalNotice/__snapshots__/LegalNoticeLink.spec.tsx.snap
@@ -10,7 +10,7 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
     <div
       className="legal-notice-header text-16-normal-uppercase"
     >
-      LEGAL.TITLE_LEGAL
+      legal.title_legal
     </div>
     <ForwardRef
       className="legal-notice-card-link"
@@ -31,7 +31,7 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
             <div
               className="legal-notice-card-content-title"
             >
-              LEGAL.READ_LEGAL
+              legal.read_legal
             </div>
           </div>
         </div>
diff --git a/src/components/Splash/__snapshots__/SplashScreenError.spec.tsx.snap b/src/components/Splash/__snapshots__/SplashScreenError.spec.tsx.snap
index c1ccca247ab86cd4a727a708287ec3cc6708c5e3..ef8e9b8969112d1b35f7624f50ae70e0a9f68287 100644
--- a/src/components/Splash/__snapshots__/SplashScreenError.spec.tsx.snap
+++ b/src/components/Splash/__snapshots__/SplashScreenError.spec.tsx.snap
@@ -4237,7 +4237,7 @@ exports[`SplashScreenError component should be rendered correctly 1`] = `
     <div
       className="splash-footer-error-text text-16-normal"
     >
-      LOADING.ERROR_LOADING
+      splashscreen.error_loading
     </div>
     <ForwardRef(WithStyles)
       className="splash-footer-button"
@@ -4249,7 +4249,7 @@ exports[`SplashScreenError component should be rendered correctly 1`] = `
       }
       onClick={[Function]}
     >
-      LOADING.RELOAD
+      splashscreen.button_reload
     </ForwardRef(WithStyles)>
   </div>
 </React.Fragment>