diff --git a/app/views/notifications/_tray.html.erb b/app/views/notifications/_tray.html.erb index 02b2d1bfe..1f5aae469 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/show.html.erb b/app/views/notifications/settings/show.html.erb index 8c1e94b19..072b8dba8 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -1,4 +1,4 @@ -<% @page_title = "Notifications settings" %> +<% @page_title = "Notification Settings" %> <% content_for :header do %>

<%= @page_title %>

diff --git a/app/views/notifications/unsubscribes/show.html.erb b/app/views/notifications/unsubscribes/show.html.erb index 3e100b14d..2b1cb57cd 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" %>