chore: Move missing text to translation files (#1501)

This commit is contained in:
Pranav Raj S 2020-12-08 23:31:25 +05:30 committed by GitHub
parent 870a24126e
commit 70002afc60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 66 additions and 18 deletions

View file

@ -121,7 +121,7 @@ export default {
return this.data.message_type === 1 && !this.isHovered && sender
? {
content: `Sent by: ${sender.name}`,
content: `${this.$t('CONVERSATION.SENT_BY')} ${sender.name}`,
classes: 'top',
}
: false;