Files
zulip/web/templates/confirm_dialog/confirm_join_group_direct_member.hbs
Prakhar Pratyush a37cea2c5f confirm_dialog: Add highlighted-element class to <b> in confirm dialogs.
This commit adds 'highlighted-element' class to <b> tags in
the following confirm dialogs:
* delete topic
* mute user
* join user group

'highlighted-element' class sets the 'font-weight: 600',
replacing the default of 700.
2025-08-05 14:50:56 -07:00

5 lines
231 B
Handlebars

<p>
{{t "You are already a member of this group because you are a member of a subgroup"}} (<b class="highlighted-element">{{associated_subgroup_names}}</b>).
{{t "Are you sure you want to join it directly as well?" }}
</p>