usethesource: Reword "source candidate and firmware image" in email

This commit is contained in:
Ben Sturmfels 2024-02-01 10:10:05 +11:00
parent 2a23a0a55e
commit a7517825a3
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -22,7 +22,7 @@ Released: {candidate.release_date}
{candidate.description}
To view this candidate and download the source and binary image, visit:
To view this candidate and download the source candidate and firmware image, visit:
https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': candidate.slug})}
--
@ -42,7 +42,7 @@ def make_comment_email(comment):
body = f'''\
{comment.message}
To view this candidate and download the source and binary image, visit:
To view this candidate and download the source candidate and firmware image, visit:
https://sfconservancy.org{reverse('usethesource:candidate', kwargs={'slug': candidate.slug})}
--