0.2.78
This commit is contained in:
@@ -89,7 +89,7 @@ export function AccountsPage() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHead title="Memby users" intro="Who uses Memby, and the devices they are signed in on." />
|
||||
<PageHead title="Users" intro="Who uses Memby, and which devices they are signed in to." />
|
||||
<Banner message={error} />
|
||||
|
||||
{loading ? (
|
||||
@@ -121,12 +121,12 @@ export function AccountsPage() {
|
||||
]}
|
||||
/>
|
||||
|
||||
<Card title="People" icon="people" tone="note">
|
||||
<Card title="Users" icon="people" tone="note">
|
||||
<TableWrap>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Person</th>
|
||||
<th>User</th>
|
||||
<th>Short name</th>
|
||||
<th className="num">Devices</th>
|
||||
<th className="num">This week</th>
|
||||
|
||||
Reference in New Issue
Block a user