Tweak default letter text

This commit is contained in:
Sage Vaillancourt 2022-09-30 20:43:38 +00:00
parent d564f63915
commit 76eec9c82c
1 changed files with 3 additions and 3 deletions

View File

@ -68,10 +68,10 @@ class CLForm(Form):
[validators.Length(min=4, max=9999)], [validators.Length(min=4, max=9999)],
default=( default=(
"My name is {\\username}. I'm excited for the opportunity to work as " "My name is {\\username}. I'm excited for the opportunity to work as "
"{\\jobAndPronoun} with your company. I think my {\\skillTypes} knowledge " "{\\jobAndPronoun} with your company. I think with my {\\skillTypes} knowledge "
"of {\\mySkills} could contribute well to your team.\n\n" "of {\\mySkills}, there's a lot I could contribute to your team.\n\n"
"I am passionate about what I do, and I think we would work well together.\n\n" "I am passionate about what I do, and I believe we would work well together.\n\n"
"Thank you for your consideration." "Thank you for your consideration."
) )