Skip to content

Commit

Permalink
Merge pull request #6262 from nextcloud/backport/6260/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 26, 2024
2 parents d892831 + 070dd51 commit 1761e96
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 1761e96

Please sign in to comment.