Skip to content

Commit

Permalink
Add and remove hint text so it reflects designs on Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
minhngocd committed Dec 16, 2024
1 parent a18ca47 commit 9a1ee1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/email_alert_fieldset_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def render_filtered_content_condition_inputs
render("govuk_publishing_components/components/checkboxes", {
name: "email_filter_by",
heading: "Selected filter: #{@email_alert.filter&.humanize}",
no_hint_text: true,
items: [
{
label: "Make changes to this filter criteria (The development team will reach out to you to discuss the requirements to allow users to sign up by specific filter criteria)",
Expand Down Expand Up @@ -53,6 +54,7 @@ def render_email_topic_list_title_prefix(input_name)
},
name: input_name,
value: @email_alert.list_title_prefix,
hint: "This reminds subscribers of the topic of the finder when they are sent emails or they are managing their subscriptions. Example: 'Funding for land or farms'",
})
end

Expand Down

0 comments on commit 9a1ee1d

Please sign in to comment.