diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 210e5c73e..9e68fa7b4 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -127,7 +127,7 @@ title_text: "Success", success: true, title_heading_level: 3, title_id: "flash-notice", - role: "alert", + role: "alert" ) do |notification_banner| notification_banner.with_heading(text: flash.notice.html_safe) if flash[:notification_banner_body]