Skip to content

Commit

Permalink
Fix email capitalization for Guidance Letter --> guidance letter (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 authored Nov 8, 2024
1 parent c3f95ea commit aca9228
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
{{ end -}}

<br>
<p><strong><a href="{{.TRBAdminGuidanceLetterLink}}">View the Guidance Letter</a></strong></p>
<p><strong><a href="{{.TRBAdminGuidanceLetterLink}}">View the guidance letter</a></strong></p>
2 changes: 1 addition & 1 deletion pkg/email/templates/trb_guidance_letter_submitted.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>The Technical Review Board (TRB) has compiled a guidance letter for {{.RequestName}}. Use the link below to view recommendations from the TRB as well as a summary of the initial support request.</p>

<br>
<p class="no-margin-top"><strong><a href="{{.TRBGuidanceLetterLink}}">View the Guidance Letter</a></strong></p>
<p class="no-margin-top"><strong><a href="{{.TRBGuidanceLetterLink}}">View the guidance letter</a></strong></p>

<br>
<p class="no-margin-top">Any further communication or follow-up sessions may be organized via email with the TRB or via a new request in EASi.</p>
Expand Down
2 changes: 1 addition & 1 deletion pkg/email/trb_guidance_letter_internal_review_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (s *EmailTestSuite) TestTRBGuidanceLetterInternalReviewEmail() {
%s
<br>
<p><strong><a href="%s">View the Guidance Letter</a></strong></p>`,
<p><strong><a href="%s">View the guidance letter</a></strong></p>`,
trbRequestName,
leadNameStr,
trbAdminGuidanceLetterLink,
Expand Down
2 changes: 1 addition & 1 deletion pkg/email/trb_guidance_letter_submitted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *EmailTestSuite) TestTRBGuidanceLetterSubmittedEmail() {
<p>The Technical Review Board (TRB) has compiled a guidance letter for %s. Use the link below to view recommendations from the TRB as well as a summary of the initial support request.</p>
<br>
<p class="no-margin-top"><strong><a href="%s">View the Guidance Letter</a></strong></p>
<p class="no-margin-top"><strong><a href="%s">View the guidance letter</a></strong></p>
<br>
<p class="no-margin-top">Any further communication or follow-up sessions may be organized via email with the TRB or via a new request in EASi.</p>
Expand Down

0 comments on commit aca9228

Please sign in to comment.