user_groups: Reword tooltip message when user cannot join group.

Fixes part of #32007.
On the group left sidebar, when a user cannot join a group, make the
tooltip message same as the leave group button on the right side panel.
This commit is contained in:
Shubham Padia 2024-10-16 03:50:21 +00:00 committed by Tim Abbott
parent 9fe5f44b30
commit 5c357a7f84
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<template id="cannot-join-{{name}}-group-tooltip-template">
<span>
{{#tr}}
Cannot join group {name}
You do not have permission to join this group.
{{/tr}}
</span>
</template>