mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
Fix tooltip
This commit is contained in:
parent
71b61adad2
commit
fac918b897
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ export const highlight = {
|
|||
title: 'Highlight User',
|
||||
|
||||
tooltip(data) {
|
||||
return this.i18n.t('chat.actions.highlight.tooltip', 'Highlight {user.login}', {user: data});
|
||||
return this.i18n.t('chat.actions.highlight.tooltip', `Highlight ${data.user.login}`);
|
||||
},
|
||||
|
||||
click(event, data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue