Browse Source
l10n: Unify spelling
Spelling unification in Nextcloud applications.
pull/5467/head
Valdnet
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() { |
|
|
|
|