Browse Source

l10n: Unify spelling

Spelling unification in Nextcloud applications.
pull/5467/head
Valdnet 5 years ago
committed by GitHub
parent
commit
98477fe177
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/MessagesList/MessagesGroup/Message/Message.vue

2
src/components/MessagesList/MessagesGroup/Message/Message.vue

@ -544,7 +544,7 @@ export default {
if (this.sendingFailure === 'quota') {
return t('spreed', 'Not enough free space to upload file')
}
return t('spreed', 'You can not send messages to this conversation at the moment')
return t('spreed', 'You cannot send messages to this conversation at the moment')
},
isMyMsg() {

Loading…
Cancel
Save