Skip to content

Commit

Permalink
Added teams to invite placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Niclas Heinz <160846201+niclasheinz@users.noreply.github.com>
  • Loading branch information
niclasheinz committed Jul 9, 2024
1 parent e97b63f commit 371b270
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')

Check warning on line 97 in src/components/Editor/Invitees/InviteesListSearch.vue

View check run for this annotation

Codecov / codecov/patch

src/components/Editor/Invitees/InviteesListSearch.vue#L97

Added line #L97 was not covered by tests
},
noResult() {
return this.$t('calendar', 'No match found')
Expand Down

0 comments on commit 371b270

Please sign in to comment.