From 4f9f3afc34127bf9b85516442f4336479d8a7ae8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 9 Feb 2020 15:11:14 +0100 Subject: [PATCH] Better wording for shared settings --- src/components/sharing/userTeam.vue | 2 +- src/components/teams/EditTeam.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sharing/userTeam.vue b/src/components/sharing/userTeam.vue index 03bd90cc7..1ff68f5fd 100644 --- a/src/components/sharing/userTeam.vue +++ b/src/components/sharing/userTeam.vue @@ -2,7 +2,7 @@

- {{shareType}}s with access to this {{typeString}} + Shared with these {{shareType}}s

diff --git a/src/components/teams/EditTeam.vue b/src/components/teams/EditTeam.vue index 3551eb0a1..8f0a4f169 100644 --- a/src/components/teams/EditTeam.vue +++ b/src/components/teams/EditTeam.vue @@ -128,7 +128,7 @@ v-on:submit="deleteUser()"> Remove a user from the team

Are you sure you want to remove this user from the team?
- He will loose access to all lists and namespaces this team has access to.
+ They will loose access to all lists and namespaces this team has access to.
This CANNOT BE UNDONE!