1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 06:10:54 +00:00

Fix tooltip

This commit is contained in:
gr3ger 2020-09-26 14:35:26 +02:00
parent 71b61adad2
commit fac918b897

View file

@ -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) {