Notifications settings -> Notification Settings

This commit is contained in:
Alexander Zaytsev
2025-12-23 22:53:16 +01:00
parent 329e9ef7cb
commit 77279d470f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<div data-navigable-list-target="item" class="full-width">
<%= 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" %>
<span>Settings</span>
@@ -1,4 +1,4 @@
<% @page_title = "Notifications settings" %>
<% @page_title = "Notification Settings" %>
<% content_for :header do %>
<h1 class="header__title"><%= @page_title %></h1>
@@ -1,6 +1,6 @@
<div class="panel margin-block-double center shadow">
<h1 class="font-black txt-x-large margin-none-block-end">Youre unsubscribed</h1>
<p class="margin-block-start-half">Thanks, <%= @user.first_name %>! Fizzy wont 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 %>.</p>
<p class="margin-block-start-half">Thanks, <%= @user.first_name %>! Fizzy wont 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 %>.</p>
<%= link_to root_path, class: "btn btn--link margin-block-start" do %>
<%= icon_tag "arrow-left" %>