From 371b2706afaf903cd5599fcd88c1f84e6353e0c6 Mon Sep 17 00:00:00 2001 From: Niclas Heinz <160846201+niclasheinz@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:40:08 +0000 Subject: [PATCH] Added teams to invite placeholder Signed-off-by: Niclas Heinz <160846201+niclasheinz@users.noreply.github.com> --- src/components/Editor/Invitees/InviteesListSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/Invitees/InviteesListSearch.vue b/src/components/Editor/Invitees/InviteesListSearch.vue index 055f47a0c..42851a182 100644 --- a/src/components/Editor/Invitees/InviteesListSearch.vue +++ b/src/components/Editor/Invitees/InviteesListSearch.vue @@ -94,7 +94,7 @@ export default { }, computed: { placeholder() { - return this.$t('calendar', 'Search for emails, users, contacts or groups') + return this.$t('calendar', 'Search for emails, users, contacts, teams or groups') }, noResult() { return this.$t('calendar', 'No match found')