mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
Fixes to contributions payment copy
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="text-sm space-y-1">
|
||||
<% if @family.has_active_subscription? %>
|
||||
<p class="text-primary">
|
||||
<span>Currently on the <span class="font-medium"><%= @family.subscription.name %></span>.</span>
|
||||
<span>Currently on the <span class="font-medium"><%= @family.subscription.name %></span>.</span> <br />
|
||||
|
||||
<% if @family.next_payment_date %>
|
||||
<span><%= t("views.settings.payments.renewal", date: l(@family.next_payment_date, format: :long)) %></span>
|
||||
|
||||
Reference in New Issue
Block a user