From fac918b897a731d22c1b85c2505e8e2ce3beff4e Mon Sep 17 00:00:00 2001 From: gr3ger Date: Sat, 26 Sep 2020 14:35:26 +0200 Subject: [PATCH] Fix tooltip --- src/modules/chat/actions/types.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/chat/actions/types.jsx b/src/modules/chat/actions/types.jsx index 1d26a4b9..96741c49 100644 --- a/src/modules/chat/actions/types.jsx +++ b/src/modules/chat/actions/types.jsx @@ -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) {