Skip to content

Commit

Permalink
Merge pull request #6130 from niclasheinz/attendees-invite-search-pla…
Browse files Browse the repository at this point in the history
…ceholder

Added teams to invite placeholder
  • Loading branch information
miaulalala authored Jul 23, 2024
2 parents 470371d + ffccb86 commit 7e436be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/Invitees/InviteesListSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7e436be

Please sign in to comment.