diff --git a/app/assets/stylesheets/notifications.css b/app/assets/stylesheets/notifications.css index 0cf434da88..ada7324d23 100644 --- a/app/assets/stylesheets/notifications.css +++ b/app/assets/stylesheets/notifications.css @@ -108,7 +108,7 @@ } .notifications__status { + --panel-border-radius: 0.5em; --panel-padding: var(--block-space); } } - diff --git a/app/views/notifications/_tray.html.erb b/app/views/notifications/_tray.html.erb index 02b2d1bfe2..1f5aae4696 100644 --- a/app/views/notifications/_tray.html.erb +++ b/app/views/notifications/_tray.html.erb @@ -16,7 +16,7 @@
<%= link_to notifications_settings_path, class: "btn borderless tray__notification-settings", - title: "Notification settings", + title: "Notification Settings", data: { action: "dialog#close" } do %> <%= icon_tag "settings" %> Settings diff --git a/app/views/notifications/settings/_browser.html.erb b/app/views/notifications/settings/_browser.html.erb index 5dec4bda2d..67d86acfdc 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 %> diff --git a/app/views/notifications/settings/show.html.erb b/app/views/notifications/settings/show.html.erb index 8c1e94b199..5972e7fdad 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -1,10 +1,10 @@ -<% @page_title = "Notifications settings" %> +<% @page_title = "Notification Settings" %> <% content_for :header do %>

    <%= @page_title %>

    <% end %> -
    +

    Boards

    diff --git a/app/views/notifications/unsubscribes/show.html.erb b/app/views/notifications/unsubscribes/show.html.erb index 3e100b14da..bc151e4aa3 100644 --- a/app/views/notifications/unsubscribes/show.html.erb +++ b/app/views/notifications/unsubscribes/show.html.erb @@ -1,6 +1,6 @@

    You’re unsubscribed

    -

    Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind you can turn them back on in <%= link_to "Notifications Settings", notifications_settings_path %>.

    +

    Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind, you can turn them back on in <%= link_to "Notification Settings", notifications_settings_path %>.

    <%= link_to root_path, class: "btn btn--link margin-block-start" do %> <%= icon_tag "arrow-left" %>