diff --git a/app/views/notifications/settings/_browser.html.erb b/app/views/notifications/settings/_browser.html.erb index 67d86acfd..9fefe79bf 100644 --- a/app/views/notifications/settings/_browser.html.erb +++ b/app/views/notifications/settings/_browser.html.erb @@ -2,18 +2,18 @@
<% case when platform.firefox? && platform.android? %> -

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

+

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.

+

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 %>.

+

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

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. @@ -28,7 +28,7 @@ <% end %>
<% when platform.firefox? && platform.desktop? %> -

Turn on notifications for this website.

+

Turn on notifications for this website.

  1. Click <%= platform.browser.capitalize %> in the top left.
  2. Click Settings….
  3. @@ -38,7 +38,7 @@
  4. Select Allow next to <%= root_url %>.
-

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

+

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

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. @@ -53,14 +53,14 @@ <% end %>
<% when platform.chrome? && platform.desktop? %> -

Turn on notifications for this website.

+

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 %>.

+

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

    <% if platform.windows? %>
  1. Click Start, then Settings.
  2. @@ -75,7 +75,7 @@ <% end %>
<% when platform.chrome? && platform.android? %> -

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

+

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

  1. Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
  2. Tap Settings.
  3. @@ -85,7 +85,7 @@
  4. Tap <%= icon_tag "bell-alert", alt: "the notification bell" %> and select Allow.
<% when platform.safari? && platform.desktop? %> -

Turn on notifications for this website.

+

Turn on notifications for this website.

  1. Click in the top left.
  2. Click System Settings….
  3. @@ -93,7 +93,7 @@
  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 %>.

+

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

  1. Click <%= platform.browser.capitalize %> in the top left.
  2. Click Settings….
  3. diff --git a/app/views/notifications/settings/_install.html.erb b/app/views/notifications/settings/_install.html.erb index f8d664043..e19be6aa2 100644 --- a/app/views/notifications/settings/_install.html.erb +++ b/app/views/notifications/settings/_install.html.erb @@ -1,6 +1,6 @@ <% unless (platform.chrome? && !platform.ios?) || (platform.firefox? && !platform.android?) %>
    -

    <%= platform.safari? && platform.desktop? ? "…or install" : "Install " -%> Fizzy as a web app.

    +

    <%= platform.safari? && platform.desktop? ? "…or install" : "Install " -%> Fizzy as a web app.

    <% case when platform.edge? %>
      diff --git a/app/views/notifications/settings/_system.html.erb b/app/views/notifications/settings/_system.html.erb index afe0efd45..05210e949 100644 --- a/app/views/notifications/settings/_system.html.erb +++ b/app/views/notifications/settings/_system.html.erb @@ -1,5 +1,5 @@
      -

      Check your <%= platform.operating_system %> settings

      +

      Check your <%= platform.operating_system %> settings

      <% case when platform.firefox? && platform.android? %>