diff --git a/ui/lobby/src/view/realTime/list.js b/ui/lobby/src/view/realTime/list.js index a3291857c4..bde21c7ec1 100644 --- a/ui/lobby/src/view/realTime/list.js +++ b/ui/lobby/src/view/realTime/list.js @@ -7,7 +7,7 @@ function renderHook(ctrl, hook) { return m('tr', { key: hook.id, title: hook.disabled ? '' : ( - (hook.action === 'join') ? ctrl.trans('joinTheGame') + ' - ' + hook.perf.name : ctrl.trans('cancel') + (hook.action === 'join') ? ctrl.trans('joinTheGame') + ' | ' + hook.perf.name : ctrl.trans('cancel') ), 'data-id': hook.id, class: 'hook ' + hook.action + (hook.disabled ? ' disabled' : '')