Better wording for shared settings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-02-09 15:11:14 +01:00
parent 866218c479
commit 4f9f3afc34
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="card is-fullwidth">
<header class="card-header">
<p class="card-header-title">
{{shareType}}s with access to this {{typeString}}
Shared with these {{shareType}}s
</p>
</header>
<div class="card-content content sharables-list">

View File

@ -128,7 +128,7 @@
v-on:submit="deleteUser()">
<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/>
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>
</modal>
</div>