<% unless (platform.safari? || platform.chrome?) && platform.ios? %>
<%= image_tag "external/web.svg", aria: { hidden: "true" }, size: 20 %> Check your <%= platform.browser.capitalize %> settings <%= image_tag "disclosure.svg", aria: { hidden: "true" }, size: 10, class: "disclosure" %> <% case when platform.firefox? && platform.android? %>
  1. Tap <%= image_tag "lock.svg", alt: "the View site information button", size: 20 %> in the address bar.
  2. Tap Notification to change to Allowed.
<% when platform.edge? && platform.desktop? %>

Turn on notifications for this website.

  1. Click <%= image_tag "lock.svg", alt: "the View site information button", size: 20 %> left of the address bar.
  2. Under Permissions for this site > Notifications, choose Allow.

Turn on notifications for <%= platform.browser.capitalize %>.

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. Go to System > Notification.
  3. Click <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> ON for <%= platform.browser.capitalize %>.
  4. <% else %>
  5. Click in the top left.
  6. Click System Settings….
  7. Click Notifications.
  8. Click <%= platform.browser.capitalize %>.
  9. Click <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> to Allow notifications.
  10. <% end %>
<% when platform.firefox? && platform.desktop? %>

Turn on notifications for this website.

  1. Click <%= platform.browser.capitalize %> in the top left.
  2. Click Settings….
  3. Click Privacy & Security in the sidebar.
  4. Scroll down to Permissions.
  5. Click Settings next to Notifications.
  6. Select Allow next to <%= root_url %>.

Turn on notifications for <%= platform.browser.capitalize %>.

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. Go to System > Notification.
  3. Click <%= image_tag "external/switch.svg", alt: "the toggle button", size: 22 %> ON for <%= platform.browser.capitalize %>.
  4. <% else %>
  5. Click in the top left.
  6. Click System Settings….
  7. Click Notifications.
  8. Click <%= platform.browser.capitalize %>.
  9. Click <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> to Allow notifications.
  10. <% end %>
<% when platform.chrome? && platform.desktop? %>

Turn on notifications for this website.

  1. Click the <%= image_tag "external/sliders.svg", alt: "View site information", size: 20 %> icon in the address bar.
  2. Click Site Settings.
  3. Ensure notifications are Allowed.

Turn on notifications for <%= platform.browser.capitalize %>.

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. Go to System > Notification.
  3. Click <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> ON for <%= platform.browser.capitalize %>.
  4. <% else %>
  5. Click in the top left.
  6. Click System Settings….
  7. Click Notifications.
  8. Click <%= platform.browser.capitalize %>.
  9. Click <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> to Allow notifications.
  10. <% end %>
<% when platform.chrome? && platform.android? %>
  1. Tap the <%= image_tag "menu-dots-vertical.svg", alt: "More options", size: 16 %> menu button.
  2. Tap Settings.
  3. Tap Notifications.
  4. Tap <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> to Allow <%= platform.browser.capitalize %> notifications.
  5. Tap <%= image_tag "external/switch.svg", alt: "the switch", size: 22 %> next to Web apps.
  6. Tap <%= image_tag "notification-bell-alert.svg", alt: "the notification bell", size: 16 %> and select Allow.
<% when platform.safari? && platform.desktop? %>
  1. Click <%= platform.browser.capitalize %> in the top left.
  2. Click Settings….
  3. Click the Websites tab.
  4. Click Notifications in the sidebar.
  5. Click <%= root_url %> in the list.
  6. Select Allow.
<% else %>

Ensure notifications are enabled for <%= root_url %> in your web browser settings.

<% end %>
<% end %>