PR comments.
This commit is contained in:
parent
b71ed1ca82
commit
d8fdd43e04
|
@ -39,12 +39,14 @@
|
||||||
disabled={confirmDisabled}
|
disabled={confirmDisabled}
|
||||||
>
|
>
|
||||||
{#if !selectingRole}
|
{#if !selectingRole}
|
||||||
<Body>Select the app to add to the <i>"{group.name}"</i> group.</Body>
|
<Body
|
||||||
|
>Select an app to assign roles for members of <i>"{group.name}"</i></Body
|
||||||
|
>
|
||||||
<Select bind:value={selectedApp} options={appOptions} />
|
<Select bind:value={selectedApp} options={appOptions} />
|
||||||
{:else}
|
{:else}
|
||||||
<Body
|
<Body
|
||||||
>Pick the role this group will appear as in the <i>"{selectedApp.name}"</i
|
>Select the role that all members of "<i>{group.name}</i>" will have for
|
||||||
> app.</Body
|
<i>"{selectedApp.name}"</i></Body
|
||||||
>
|
>
|
||||||
<RoleSelect allowPublic={false} bind:value={selectedRoleId} />
|
<RoleSelect allowPublic={false} bind:value={selectedRoleId} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in New Issue