Better wording for shared settings
This commit is contained in:
parent
866218c479
commit
4f9f3afc34
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="card is-fullwidth">
|
<div class="card is-fullwidth">
|
||||||
<header class="card-header">
|
<header class="card-header">
|
||||||
<p class="card-header-title">
|
<p class="card-header-title">
|
||||||
{{shareType}}s with access to this {{typeString}}
|
Shared with these {{shareType}}s
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<div class="card-content content sharables-list">
|
<div class="card-content content sharables-list">
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
v-on:submit="deleteUser()">
|
v-on:submit="deleteUser()">
|
||||||
<span slot="header">Remove a user from the team</span>
|
<span slot="header">Remove a user from the team</span>
|
||||||
<p slot="text">Are you sure you want to remove this user from the team?<br/>
|
<p slot="text">Are you sure you want to remove this user from the team?<br/>
|
||||||
He will loose access to all lists and namespaces this team has access to.<br/>
|
They will loose access to all lists and namespaces this team has access to.<br/>
|
||||||
<b>This CANNOT BE UNDONE!</b></p>
|
<b>This CANNOT BE UNDONE!</b></p>
|
||||||
</modal>
|
</modal>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue