diff --git a/app/templates/users/email_sent.html b/app/templates/users/email_sent.html index 35691bd0..6d1bd76e 100644 --- a/app/templates/users/email_sent.html +++ b/app/templates/users/email_sent.html @@ -8,7 +8,7 @@
- {{ _("We've emailed the address you specified.") }} + {{ _("We've sent an email to the address you specified.") }} {{ _("You'll need to click the link in the email to confirm it.") }}
diff --git a/app/tests/unit/test_git.py b/app/tests/unit/test_git.py index 75406a38..3a970bbf 100644 --- a/app/tests/unit/test_git.py +++ b/app/tests/unit/test_git.py @@ -4,7 +4,7 @@ from app.utils.git import get_latest_tag, get_latest_commit, clone_repo test_repo = "https://gitlab.com/rubenwardy/testmod" -master_head = "7d25b4388717cddeae57efc4acae326fb68e69fe" +master_head = "87b11d91d84aea1f867ed1732afeb27cefd01078" test_branch_head = "51b54f00c3b3d712417a1cc4bfaa6cbdc7aac3fc" v4_commit = "c07d27c3a466d2102d1ba5473d172c74e6b3e0d7" random_commit = "84a2e53ff046eacbdbb80f3a00c58510885fefca"