diff --git a/app/views/notifications/settings/_browser.html.erb b/app/views/notifications/settings/_browser.html.erb index 9fefe79bf..bc196d535 100644 --- a/app/views/notifications/settings/_browser.html.erb +++ b/app/views/notifications/settings/_browser.html.erb @@ -21,7 +21,7 @@
  • Click <%= icon_tag "switch", alt: "the switch" %> ON for <%= platform.browser.capitalize %>.
  • <% else %>
  • Click in the top left.
  • -
  • Click System Settings….
  • +
  • Click System Settings…
  • Click Notifications.
  • Click <%= platform.browser.capitalize %>.
  • Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
  • @@ -31,7 +31,7 @@

    Turn on notifications for this website.

    1. Click <%= platform.browser.capitalize %> in the top left.
    2. -
    3. Click Settings….
    4. +
    5. Click Settings…
    6. Click Privacy & Security in the sidebar.
    7. Scroll down to Permissions.
    8. Click Settings next to Notifications.
    9. @@ -46,7 +46,7 @@
    10. Click <%= icon_tag "switch", alt: "the toggle button" %> ON for <%= platform.browser.capitalize %>.
    11. <% else %>
    12. Click in the top left.
    13. -
    14. Click System Settings….
    15. +
    16. Click System Settings…
    17. Click Notifications.
    18. Click <%= platform.browser.capitalize %>.
    19. Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
    20. @@ -68,7 +68,7 @@
    21. Click <%= icon_tag "switch", alt: "the switch" %> ON for <%= platform.browser.capitalize %>.
    22. <% else %>
    23. Click in the top left.
    24. -
    25. Click System Settings….
    26. +
    27. Click System Settings…
    28. Click Notifications.
    29. Click <%= platform.browser == "Chrome" ? "Google Chrome" : platform.browser.capitalize %>.
    30. Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
    31. @@ -88,7 +88,7 @@

      Turn on notifications for this website.

      1. Click in the top left.
      2. -
      3. Click System Settings….
      4. +
      5. Click System Settings…
      6. Click Notifications.
      7. Click <%= request.base_url %> in the list.
      8. Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
      9. @@ -96,7 +96,7 @@

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

        1. Click <%= platform.browser.capitalize %> in the top left.
        2. -
        3. Click Settings….
        4. +
        5. Click Settings…
        6. Click the Websites tab.
        7. Click Notifications in the sidebar.
        8. Click <%= request.base_url %> in the list.
        9. diff --git a/app/views/notifications/settings/_install.html.erb b/app/views/notifications/settings/_install.html.erb index e19be6aa2..4c2f0d1ca 100644 --- a/app/views/notifications/settings/_install.html.erb +++ b/app/views/notifications/settings/_install.html.erb @@ -20,7 +20,7 @@ <% when platform.safari? && platform.desktop? %>
          1. Click File in the top left.
          2. -
          3. Click Add to Dock….
          4. +
          5. Click Add to Dock…
          <% when (platform.safari? || platform.chrome?) && platform.ios? %>

          To receive push notifications in <%= platform.browser.capitalize %> for <%= platform.operating_system %>, you must first install Fizzy as a web app.

          diff --git a/app/views/notifications/settings/_system.html.erb b/app/views/notifications/settings/_system.html.erb index 05210e949..7630680d7 100644 --- a/app/views/notifications/settings/_system.html.erb +++ b/app/views/notifications/settings/_system.html.erb @@ -22,7 +22,7 @@
        10. Click <%= icon_tag "switch", alt: "the toggle button" %> ON for Fizzy.
        11. <% else %>
        12. Click in the top left.
        13. -
        14. Click System Settings….
        15. +
        16. Click System Settings…
        17. Click Notifications.
        18. Click Fizzy.
        19. Click <%= icon_tag "switch", alt: "the allow notifications switch" %> to Allow notifications.
        20. @@ -31,7 +31,7 @@ <% when platform.safari? && platform.desktop? %>
          1. Click in the top left.
          2. -
          3. Click System Settings….
          4. +
          5. Click System Settings…
          6. Click Notifications.
          7. Click Fizzy.
          8. Click <%= icon_tag "switch", alt: "the allow notifications switch" %> to Allow notifications.