From ed05f5a092565a2c64f6eaf46d93f5de7ae24609 Mon Sep 17 00:00:00 2001 From: Tsvetomir Bonev Date: Sun, 16 May 2021 18:41:47 +0300 Subject: [PATCH] misc: fix HLS typo (#220) --- templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}