From 7603ba017fbe5cf75a311a0f4dd52f56b624b745 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 27 May 2024 11:15:11 -0700 Subject: [PATCH] Improved wording re: livestreams on media profile form --- .../media_profile_html/media_profile_form.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex index 78a6c5f..c30b3df 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex @@ -183,7 +183,7 @@ options={friendly_format_type_options()} type="select" label="Include Livestreams" - help="Excludes media that comes from a past livestream" + help="How to handle past livestreams" x-init="$watch('selectedPreset', p => p && ($el.value = presets[p]))" />