Skip to content

Commit

Permalink
Translation call fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored and backportbot[bot] committed Aug 26, 2024
1 parent d892831 commit 070dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SessionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* -->

<template>
<div :title="t('text', 'Currently present people')"
<div :title="t('deck', 'Currently present people')"
class="avatar-list">
<div v-for="session in sessionsVisible"
:key="session.uid"
Expand Down

0 comments on commit 070dd51

Please sign in to comment.