Skip to content

Commit

Permalink
fix: Updated label text for ticket create button to "Open a help tick…
Browse files Browse the repository at this point in the history
…et" per web and branding group
  • Loading branch information
rebeccaeve committed Nov 21, 2024
1 parent 2418281 commit 612397c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/onramps-resource-catalog/AccessHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const AccessHeader = ({ baseUrl }) => {
If you have feedback for ACCESS, please complete our
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdn-SXokNB_5s0r2SA_S9ZIZWZFlVPRD2OHepTH5HY2YND_zw/viewform"> Feedback Form</a>.
<br />
If you have questions, please use the
<a target="_blank" href="https://support.access-ci.org/user/login?destination=/open-a-ticket"> ACCESS Help Request Form</a>.
If you have questions, please
<a target="_blank" href="https://support.access-ci.org/user/login?destination=/open-a-ticket"> open a help ticket</a>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/projects/ActionsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function ActionsModal({ requestId, grantNumber }) {
action: [
["Learn How to Manage Allocations", config.routes.how_to_path(), "get"],
[
"Submit a Help Ticket",
"Open a Help Ticket",
"https://support.access-ci.org/open-a-ticket",
"get",
],
Expand Down

0 comments on commit 612397c

Please sign in to comment.