Update admin copy
cgen-4b1628d4d2c64a87a29fc77c912e209e
This commit is contained in:
parent
9ed81b46ab
commit
7188b7b929
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ export default function Admin() {
|
|||
<CardContent className="space-y-3">
|
||||
{managedProfiles.length === 0 && (
|
||||
<div className="text-sm text-muted-foreground">
|
||||
No member profiles found yet.
|
||||
No developer profiles found yet.
|
||||
</div>
|
||||
)}
|
||||
{managedProfiles.map((p) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue