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