diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-03-01 09:27:19 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-03-01 09:27:19 +0200 |
| commit | 35cde98d2c7b6edb458963effb3e40d36d1b3ebf (patch) | |
| tree | 0e824d880b53cd8f1c6213aad74d9817486904a6 /src/components/chat/chat.js | |
| parent | 44e687653cd79ca99950040c547a23e3a8a99c23 (diff) | |
| parent | 49aa10e1c0e279d692fb92695f92e4b8548f6b12 (diff) | |
Merge branch 'fix/punycode-buggy' into rc/2.3.0
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 '' } |
