diff --git a/templates/utils.html b/templates/utils.html index 5d3e0c5..d67853f 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -57,7 +57,7 @@ {% macro render_hls_notification(redirect_url) -%} {% if post.post_type == "video" && !post.media.alt_url.is_empty() && prefs.hide_hls_notification != "on" %} -

Enable HSL to view with audio, or disable this notification

+

Enable HLS to view with audio, or disable this notification

{% endif %} {%- endmacro %}