mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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.
7 lines
312 B
Handlebars
7 lines
312 B
Handlebars
<p>
|
|
{{#tr}}
|
|
Are you sure you want to mute <z-highlight>{user_name}</z-highlight>? Messages sent by muted users will never trigger notifications, will be marked as read, and will be hidden.
|
|
{{#*inline "z-highlight"}}<b class="highlighted-element">{{> @partial-block}}</b>{{/inline}}
|
|
{{/tr}}
|
|
</p>
|