diff --git a/mon-pix/app/components/challenge-actions.hbs b/mon-pix/app/components/challenge-actions.hbs
index ab5edd30e95..f942283c434 100644
--- a/mon-pix/app/components/challenge-actions.hbs
+++ b/mon-pix/app/components/challenge-actions.hbs
@@ -74,7 +74,7 @@
@isDisabled={{this.areActionButtonsDisabled}}
@triggerAction={{@validateAnswer}}
@variant="success"
- @iconAfter="arrow-right"
+ @iconAfter="arrowRight"
class="challenge-actions__action-validate"
aria-label={{t "pages.challenge.actions.validate-go-to-next"}}
>
diff --git a/mon-pix/app/components/module/element/embed.gjs b/mon-pix/app/components/module/element/embed.gjs
index ea598caf867..95a2fe94f30 100644
--- a/mon-pix/app/components/module/element/embed.gjs
+++ b/mon-pix/app/components/module/element/embed.gjs
@@ -97,7 +97,7 @@ export default class ModulixEmbed extends ModuleElement {
{{#if this.isSimulatorLaunched}}
{{t "pages.modulix.buttons.activity.retry"}}
diff --git a/mon-pix/app/components/module/element/qcu.gjs b/mon-pix/app/components/module/element/qcu.gjs
index 6a9068dd8c0..cfbe55a2564 100644
--- a/mon-pix/app/components/module/element/qcu.gjs
+++ b/mon-pix/app/components/module/element/qcu.gjs
@@ -119,7 +119,7 @@ export default class ModuleQcu extends ModuleElement {
@size="small"
@type="button"
@triggerAction={{this.retry}}
- @iconAfter="rotate-right"
+ @iconAfter="refresh"
>
{{t "pages.modulix.buttons.activity.retry"}}
diff --git a/mon-pix/app/components/module/element/qrocm.gjs b/mon-pix/app/components/module/element/qrocm.gjs
index e196f007dbe..38e9e2877bf 100644
--- a/mon-pix/app/components/module/element/qrocm.gjs
+++ b/mon-pix/app/components/module/element/qrocm.gjs
@@ -166,7 +166,7 @@ export default class ModuleQrocm extends ModuleElement {
@size="small"
@type="button"
@triggerAction={{this.retry}}
- @iconAfter="rotate-right"
+ @iconAfter="refresh"
>
{{t "pages.modulix.buttons.activity.retry"}}
diff --git a/mon-pix/app/components/module/stepper.gjs b/mon-pix/app/components/module/stepper.gjs
index ad4d025e15e..2b351794121 100644
--- a/mon-pix/app/components/module/stepper.gjs
+++ b/mon-pix/app/components/module/stepper.gjs
@@ -100,7 +100,7 @@ export default class ModulixStepper extends Component {
{{t "pages.modulix.buttons.stepper.next.name"}}
diff --git a/mon-pix/app/templates/authentication/sso-selection.hbs b/mon-pix/app/templates/authentication/sso-selection.hbs
index 565eb2db943..77a7c1b0aa4 100644
--- a/mon-pix/app/templates/authentication/sso-selection.hbs
+++ b/mon-pix/app/templates/authentication/sso-selection.hbs
@@ -6,7 +6,7 @@
<:header>
-
+
{{t "common.actions.back"}}