parent
3c60ad4f14
commit
a78659b206
43 changed files with 402 additions and 288 deletions
|
|
@ -102,7 +102,7 @@ export default {
|
|||
}
|
||||
|
||||
// We don't have the original text (at the moment at least)
|
||||
return "<original text>";
|
||||
return this.$t('fallbacks.original_text');
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
|
@ -169,7 +169,7 @@ export default {
|
|||
*/
|
||||
stateEventDisplayName(event) {
|
||||
if (event.getSender() == this.$matrix.currentUserId) {
|
||||
return "You";
|
||||
return this.$t('message.you');
|
||||
}
|
||||
if (this.room) {
|
||||
const member = this.room.getMember(event.getSender());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue