From 6b9231a21b1a85cf67400a7c19135683ecf1febc Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 7 Apr 2024 09:26:05 -0700 Subject: [PATCH] chore(portal): Save MAU billing for a future feature update (#4414) Just updating the UI to be a bit more consistent. Will be nice to offer MAU billing along with directory sync to Team plan in a future feature release. Screenshot 2024-03-31 at 8 49 01 AM --- elixir/apps/web/lib/web/live/settings/billing.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elixir/apps/web/lib/web/live/settings/billing.ex b/elixir/apps/web/lib/web/live/settings/billing.ex index aad19ded1..9ae2f2f1d 100644 --- a/elixir/apps/web/lib/web/live/settings/billing.ex +++ b/elixir/apps/web/lib/web/live/settings/billing.ex @@ -102,7 +102,7 @@ defmodule Web.Settings.Billing do <.vertical_table_row :if={not is_nil(@account.limits.monthly_active_users_count)}> <:label> -

Seats

+

Users

<:value> used / <%= @account.limits.monthly_active_users_count %> allowed -

users with at least one device signed-in within last month

+

Includes both admins and regular users.