Skip to content

Commit

Permalink
Merge pull request #3045 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakekniven authored Sep 1, 2023
2 parents 36d095f + 0095521 commit 83e0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Actions/ActionSendConfirmedOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
const result = await PollsAPI.sendConfirmation(this.$route.params.id)
this.confirmations = result.data.confirmations

this.headerCaption = n('polls', 'Confirmations send to {count} recipient', 'Confirmations send to {count} recipients', { count: this.confirmations.countSentMails })
this.headerCaption = n('polls', 'Confirmations sent to {count} recipient', 'Confirmations sent to {count} recipients', { count: this.confirmations.countSentMails })
this.confirmations.sentMails.forEach((confirmation) => {
showSuccess(t('polls', 'Confirmation sent to {participant} ({emailAddress})', { participant: confirmation.displayName, emailAddress: confirmation.emailAddress }))
})
Expand Down

0 comments on commit 83e0d78

Please sign in to comment.