mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
refactor: display "Buckets" instead of "Databases" in storage tab (#2341)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
{/if}
|
||||
|
||||
<PaginationWithLimit
|
||||
name="Databases"
|
||||
name="Buckets"
|
||||
limit={data.limit}
|
||||
offset={data.offset}
|
||||
total={data.buckets.total} />
|
||||
|
||||
Reference in New Issue
Block a user