diff --git a/changelogs/unreleased/btn-confirm-emails.yml b/changelogs/unreleased/btn-confirm-emails.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7f0856e598cb7477c9cef30d1dd409d7f60ff0c7
--- /dev/null
+++ b/changelogs/unreleased/btn-confirm-emails.yml
@@ -0,0 +1,5 @@
+---
+title: Move to btn-confirm from btn-success in emails directory
+merge_request: 58029
+author: Yogi (@yo)
+type: changed
diff --git a/ee/app/views/admin/emails/show.html.haml b/ee/app/views/admin/emails/show.html.haml
index f19c368ceecbc6ea88c718c90bd68c95315d3729..209b509c6d0a0eeea1aaf036bb670d9a44ceded5 100644
--- a/ee/app/views/admin/emails/show.html.haml
+++ b/ee/app/views/admin/emails/show.html.haml
@@ -26,4 +26,4 @@
     .col-sm-10
       = admin_email_select_tag(:recipients)
   .form-actions
-    = submit_tag _('Send message'), class: 'gl-button btn btn-success', disabled: admin_emails_are_currently_rate_limited?
+    = submit_tag _('Send message'), class: 'gl-button btn btn-confirm', disabled: admin_emails_are_currently_rate_limited?