mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.
5 lines
231 B
Handlebars
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>
|