diff --git a/app/views/two_factor_authentication/sms_opt_in/error.html.erb b/app/views/two_factor_authentication/sms_opt_in/error.html.erb index 85164530e04..42bf86e8ac8 100644 --- a/app/views/two_factor_authentication/sms_opt_in/error.html.erb +++ b/app/views/two_factor_authentication/sms_opt_in/error.html.erb @@ -1,3 +1,5 @@ +<% title t('two_factor_authentication.opt_in.title') %> + <%= render AlertIconComponent.new(icon_name: :error, class: 'margin-bottom-2') %> <%= render PageHeadingComponent.new.with_content(t('two_factor_authentication.opt_in.title')) %>