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