Update text to be consistent
This commit is contained in:
parent
df0c1df868
commit
4945fbf9b1
|
@ -239,10 +239,7 @@
|
|||
</ListItem>
|
||||
{/each}
|
||||
{:else}
|
||||
<ListItem
|
||||
icon="UserGroup"
|
||||
title="You have no users in this user group"
|
||||
/>
|
||||
<ListItem icon="UserGroup" title="This user group has no users" />
|
||||
{/if}
|
||||
</List>
|
||||
</Layout>
|
||||
|
@ -273,7 +270,10 @@
|
|||
</ListItem>
|
||||
{/each}
|
||||
{:else}
|
||||
<ListItem icon="UserGroup" title="This group has access to no apps" />
|
||||
<ListItem
|
||||
icon="UserGroup"
|
||||
title="This user group has access to no apps"
|
||||
/>
|
||||
{/if}
|
||||
</List>
|
||||
</Layout>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</div>
|
||||
</Tags>
|
||||
{/if}
|
||||
<Body>Easily assign and manage your users access with User Groups</Body>
|
||||
<Body>Easily assign and manage your users' access with user groups</Body>
|
||||
</Layout>
|
||||
<Divider />
|
||||
<div class="controls">
|
||||
|
|
|
@ -330,7 +330,7 @@
|
|||
</ListItem>
|
||||
{/each}
|
||||
{:else}
|
||||
<ListItem icon="UserGroup" title="No groups" />
|
||||
<ListItem icon="UserGroup" title="This user is in no user groups" />
|
||||
{/if}
|
||||
</List>
|
||||
</Layout>
|
||||
|
@ -359,7 +359,7 @@
|
|||
</ListItem>
|
||||
{/each}
|
||||
{:else}
|
||||
<ListItem icon="Apps" title="No apps" />
|
||||
<ListItem icon="Apps" title="This user has access to no apps" />
|
||||
{/if}
|
||||
</List>
|
||||
</Layout>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
sortable: false,
|
||||
},
|
||||
...($auth.groupsEnabled && {
|
||||
userGroups: { sortable: false, displayName: "Groups" },
|
||||
userGroups: { sortable: false, displayName: "User groups" },
|
||||
}),
|
||||
apps: {},
|
||||
}
|
||||
|
@ -229,7 +229,7 @@
|
|||
</Button>
|
||||
</ButtonGroup>
|
||||
<div class="controls-right">
|
||||
<Search bind:value={searchEmail} placeholder="Search email" />
|
||||
<Search bind:value={searchEmail} placeholder="Search" />
|
||||
{#if selectedRows.length > 0}
|
||||
<DeleteRowsButton
|
||||
item="user"
|
||||
|
|
Loading…
Reference in New Issue