diff --git a/app/views/notifications/settings/_browser.html.erb b/app/views/notifications/settings/_browser.html.erb index 5dec4bda2..67d86acfd 100644 --- a/app/views/notifications/settings/_browser.html.erb +++ b/app/views/notifications/settings/_browser.html.erb @@ -70,7 +70,7 @@
  • Click in the top left.
  • Click System Settings….
  • Click Notifications.
  • -
  • Click <%= platform.browser.capitalize %>.
  • +
  • Click <%= platform.browser == "Chrome" ? "Google Chrome" : platform.browser.capitalize %>.
  • Click <%= icon_tag "switch", alt: "the switch" %> to Allow notifications.
  • <% end %>