Skip to content

Commit

Permalink
VACMS-17885: Removing unnecessary periods
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Jul 2, 2024
1 parent d2a00d1 commit 9e2a4f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ 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><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>
<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 9e2a4f5

Please sign in to comment.