Skip to content

Commit

Permalink
Merge pull request #12581 from nextcloud/fix/12500/delete-toast
Browse files Browse the repository at this point in the history
fix(Message): adjust toast message on delete to align with API
  • Loading branch information
Antreesy authored Jun 26, 2024
2 parents 4477b53 + e77bd97 commit 61e2b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default {
})
if (statusCode === 202) {
showWarning(t('spreed', 'Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services'), {
showWarning(t('spreed', 'Message deleted successfully, but a bot or Matterbridge is configured and the message might already be distributed to other services'), {
timeout: TOAST_DEFAULT_TIMEOUT * 2,
})
} else if (statusCode === 200) {
Expand Down

0 comments on commit 61e2b6c

Please sign in to comment.