mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
compose: Rename get_disabled_send_tooltip to add _html.
It's useful to follow our convention that HTML strings are tagged as such.
This commit is contained in:
@@ -235,7 +235,7 @@ export function initialize(): void {
|
||||
}
|
||||
|
||||
if (instance.reference.classList.contains("disabled-message-send-controls")) {
|
||||
const error_message = compose_validate.get_disabled_send_tooltip();
|
||||
const error_message = compose_validate.get_disabled_send_tooltip_html();
|
||||
instance.setContent(parse_html(error_message));
|
||||
// `display: flex` doesn't show the tooltip content inline when <i>general chat</i>
|
||||
// is in the error message.
|
||||
|
||||
Reference in New Issue
Block a user