mirror of https://github.com/zulip/zulip.git
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:
parent
9fe5f44b30
commit
5c357a7f84
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue