Skip to content

Commit dd59771

Browse files
committed
Use current plan because you might be on the extra storage plan
1 parent b44b7ba commit dd59771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

saas/app/views/account/settings/_subscription.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<div class="settings-subscription__footer txt-small margin-block">
10-
Right now you’re on the <strong><%= Current.account.plan.name %></strong> plan which includes unlimited cards, unlimited users, and <%= storage_to_human_size(Plan.paid.storage_limit) %> of storage.
10+
Right now you’re on the <strong><%= Current.account.plan.name %></strong> plan which includes unlimited cards, unlimited users, and <%= storage_to_human_size(Current.account.plan.storage_limit) %> of storage.
1111

1212
<% if subscription.plan == Plan.paid %>
1313
<%= button_to "Upgrade", account_subscription_upgrade_path, class: "btn btn--plain settings-subscription__link txt-link", form: { class: "flex-inline flex-wrap", data: { turbo: false } } %>

0 commit comments

Comments
 (0)