% content_for :title, t(".page_title") %>
<%= t(".subheading") %>
<%= t(".why_required_title") %>
<%= t(".why_required_body") %>
<%= t(".setup_guide_hint") %>
<%= t(".refresh_hint") %>
<%= render DS::Button.new( text: t(".refresh_page"), variant: "secondary", icon: "refresh-cw", type: "button", full_width: true, onclick: "window.location.reload()" ) %>