mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 06:10:54 +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',
|
title: 'Highlight User',
|
||||||
|
|
||||||
tooltip(data) {
|
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) {
|
click(event, data) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue