From 179fd18e4fee4a45f10b6a751d0898f87e4b79b5 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 17 Feb 2026 11:51:37 +0100 Subject: [PATCH] Add missing comma --- app/views/account/settings/_cancellation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 9165feeb7..49f87512f 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -15,7 +15,7 @@ <% if Current.account.try(:active_subscription) %>
  • Your subscription will be canceled
  • <% end %> -
  • After 30 days your data will be permanently deleted
  • +
  • After 30 days, your data will be permanently deleted