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 %>.
- Tap <%= icon_tag "lock", alt: "the View site information button" %> in the address bar.
- Tap Notification to change to Allowed.
<% when platform.edge? && platform.desktop? %>
-
Turn on notifications for this website.
+
Turn on notifications for this website.
- Click <%= icon_tag "lock", alt: "the View site information button" %> left of the address bar.
- 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? %>
- Click Start, then Settings.
@@ -28,7 +28,7 @@
<% end %>
<% when platform.firefox? && platform.desktop? %>
-
Turn on notifications for this website.
+
Turn on notifications for this website.
- Click <%= platform.browser.capitalize %> in the top left.
- Click Settings….
@@ -38,7 +38,7 @@
- Select Allow next to <%= root_url %>.
-
Turn on notifications for <%= platform.browser.capitalize %>.
+
Turn on notifications for <%= platform.browser.capitalize %>.
<% if platform.windows? %>
- Click Start, then Settings.
@@ -53,14 +53,14 @@
<% end %>
<% when platform.chrome? && platform.desktop? %>
-
Turn on notifications for this website.
+
Turn on notifications for this website.
- Click the <%= icon_tag "sliders", alt: "View site information" %> icon in the address bar.
- Click Site Settings.
- Ensure notifications are Allowed.
-
Turn on notifications for <%= platform.browser.capitalize %>.
+
Turn on notifications for <%= platform.browser.capitalize %>.
<% if platform.windows? %>
- Click Start, then Settings.
@@ -75,7 +75,7 @@
<% end %>
<% when platform.chrome? && platform.android? %>
-
Turn on notifications for <%= platform.browser.capitalize %>.
+
Turn on notifications for <%= platform.browser.capitalize %>.
- Tap the <%= icon_tag "menu-dots-vertical", alt: "More options" %> menu button.
- Tap Settings.
@@ -85,7 +85,7 @@
- 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.
- Click in the top left.
- Click System Settings….
@@ -93,7 +93,7 @@
- Click <%= request.base_url %> in the list.
- Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
-
Turn on notifications for <%= platform.browser.capitalize %>.
+
Turn on notifications for <%= platform.browser.capitalize %>.
- Click <%= platform.browser.capitalize %> in the top left.
- Click Settings….
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? %>