<% unless (platform.safari? || platform.chrome?) && platform.ios? %>
<% case when platform.firefox? && platform.android? %>

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

  1. Tap <%= icon_tag "lock", alt: "the View site information button" %> in the address bar.
  2. Tap Notification to change to Allowed.
<% when platform.edge? && platform.desktop? %>

Turn on notifications for this website.

  1. Click <%= icon_tag "lock", alt: "the View site information button" %> 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 <%= icon_tag "switch", alt: "the switch" %> 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 <%= icon_tag "switch", alt: "the switch" %> 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 <%= icon_tag "switch", alt: "the toggle button" %> 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 <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
  10. <% end %>
<% when platform.chrome? && platform.desktop? %>

Turn on notifications for this website.

  1. Click the <%= icon_tag "sliders", alt: "View site information" %> 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 <%= icon_tag "switch", alt: "the switch" %> 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 <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
  10. <% end %>
<% when platform.chrome? && platform.android? %>

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

  1. Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
  2. Tap Settings.
  3. Tap Notifications.
  4. Tap <%= icon_tag "switch", alt: "the switch" %> to Allow <%= platform.browser.capitalize %> notifications.
  5. Tap <%= icon_tag "switch", alt: "the switch" %> next to Web apps.
  6. Tap <%= icon_tag "bell-alert", alt: "the notification bell" %> and select Allow.
<% when platform.safari? && platform.desktop? %>

Turn on notifications for this website.

  1. Click in the top left.
  2. Click System Settings….
  3. Click Notifications.
  4. Click <%= request.base_url %> in the list.
  5. Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.

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

  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 <%= request.base_url %> in the list.
  6. Select Allow.
<% else %>

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

<% end %>
<% end %>