diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-26 16:23:11 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-26 16:23:11 +0200 |
| commit | 09fe160e8b9fad7a8c70e44ae894d67211b993e1 (patch) | |
| tree | aecc0746a2845d21ebb13719ebbfe94f0f4ac81b /src/components/chat/chat.js | |
| parent | 59db4582b0617f354520886f23047083ec681d54 (diff) | |
separate screen_name and screen_name_ui with decoded punycode
Diffstat (limited to 'src/components/chat/chat.js')
| -rw-r--r-- | src/components/chat/chat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat/chat.js b/src/components/chat/chat.js index 2780be75..b54f5fb2 100644 --- a/src/components/chat/chat.js +++ b/src/components/chat/chat.js @@ -73,7 +73,7 @@ const Chat = { }, formPlaceholder () { if (this.recipient) { - return this.$t('chats.message_user', { nickname: this.recipient.screen_name }) + return this.$t('chats.message_user', { nickname: this.recipient.screen_name_ui }) } else { return '' } |
