analytics: Make the "Me" hover consistent with other categories.

The text for hovering over "Bot" or "Everyone" in the bar charts are
`<b>` HTML elements. This makes the "Me" hover consistent with the
other categories.
This commit is contained in:
Lauryn Menard 2022-10-06 16:40:55 +02:00 committed by Tim Abbott
parent cdcef8b814
commit 6c48475e3e
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
</div>
<div id="hoverinfo">
<span id="hover_date"></span>
<span id="hover_me">{{ _("Me") }}:</span>
<b id="hover_me">{{ _("Me") }}:</b>
<span id="hover_me_value"></span>
<b id="hover_human">{{ _("Humans") }}:</b>
<span id="hover_human_value"></span>
@ -105,7 +105,7 @@
</div>
<div id="read_hover_info">
<span id="read_hover_date"></span>
<span id="read_hover_me">{{ _("Me") }}:</span>
<b id="read_hover_me">{{ _("Me") }}:</b>
<span id="read_hover_me_value"></span>
<b id="read_hover_everyone">{{ _("Everyone") }}:</b>
<span id="read_hover_everyone_value"></span>