Skip to content

Commit

Permalink
VACMS-17885: Updates link language per UX review
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Jul 2, 2024
1 parent 732d064 commit 85f47a2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ protected function changeLinkNewService(FormIdAlterEvent $event): void {

if (isset($form["#fieldgroups"]["group_facility_services"]->format_settings["description"])) {
$form["#fieldgroups"]["group_facility_services"]->format_settings["description"] = "
<p>To create a facility service, visit the <a href='$add_new_service_url'>add VBA facility service form</a>.</p>
<p>To see all services for this facility, visit the <a href='/admin/content?title=$encoded_facility_name&type=vba_facility_service&moderation_state=All&owner=All'>content search page</a> (filtered for services of this facility).</p>
";
<p><a href='$add_new_service_url' target='_blank'>Create a new service for this facility (opens in new window).</a></p>
<p><a href='/admin/content?title=$encoded_facility_name&type=vba_facility_service&moderation_state=All&owner=All' target='_blank'>Manage existing services for this facility (opens in new window)</a>.</p>
";
}
}

Expand Down

0 comments on commit 85f47a2

Please sign in to comment.