revert(portal): "chore(portal): Save MAU billing for a future feature update (#4414)"

This reverts commit 6b9231a21b.
This commit is contained in:
Andrew Dryga
2024-04-08 01:29:31 -06:00
parent c1c75eea76
commit cb56d768f4

View File

@@ -102,7 +102,7 @@ defmodule Web.Settings.Billing do
<.vertical_table_row :if={not is_nil(@account.limits.monthly_active_users_count)}>
<:label>
<p>Users</p>
<p>Seats</p>
</:label>
<:value>
<span class={[
@@ -112,7 +112,7 @@ defmodule Web.Settings.Billing do
<%= @active_users_count %> used
</span>
/ <%= @account.limits.monthly_active_users_count %> allowed
<p class="text-xs">Includes both admins and regular users.</p>
<p class="text-xs">users with at least one device signed-in within last month</p>
</:value>
</.vertical_table_row>