mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update users limit text
This commit is contained in:
@@ -183,8 +183,8 @@
|
||||
<ProgressBarBig
|
||||
currentUnit="Users"
|
||||
currentValue={formatNum(current)}
|
||||
maxUnit="Users"
|
||||
maxValue={formatNum(max)}
|
||||
maxUnit="users"
|
||||
maxValue={`out of ${formatNum(max)}`}
|
||||
progressValue={current}
|
||||
progressMax={max}
|
||||
showBar={false} />
|
||||
|
||||
Reference in New Issue
Block a user