From 1b86a56ce5ad58abcb7e41b23b75e0cdcd78ee73 Mon Sep 17 00:00:00 2001
From: Camille Villa <5402927+camillevilla@users.noreply.github.com>
Date: Wed, 15 Jan 2025 10:56:12 -0800
Subject: [PATCH] Remove A6 support email
---
app/mailers/comment_mailer.rb | 2 +-
.../form/adoptions_forms/_existing_adoption_warning.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/mailers/comment_mailer.rb b/app/mailers/comment_mailer.rb
index 702951e45..acf5bc664 100644
--- a/app/mailers/comment_mailer.rb
+++ b/app/mailers/comment_mailer.rb
@@ -6,6 +6,6 @@ def report_comment_email(options = {})
@comment = Commontator::Comment.find(options[:id])
subject = "A comment has been reported"
- mail(to: 'marketplace@va.gov;dm@agile6.com', subject: subject)
+ mail(to: 'marketplace@va.gov', subject: subject)
end
end
diff --git a/app/views/practices/form/adoptions_forms/_existing_adoption_warning.html.erb b/app/views/practices/form/adoptions_forms/_existing_adoption_warning.html.erb
index edfe66366..ab0a738bb 100644
--- a/app/views/practices/form/adoptions_forms/_existing_adoption_warning.html.erb
+++ b/app/views/practices/form/adoptions_forms/_existing_adoption_warning.html.erb
@@ -8,7 +8,7 @@
<% end %>
already exists in the entry list.
If it is not listed, please
- report a bug.
+ report a bug.