confirmation: Adjust language for link_expired template.

This both is better copy and also cleared for translators, who in
languages with gendered nouns don't need to guess what gender to use
for "one" without context.
This commit is contained in:
Tim Abbott 2021-02-16 07:41:37 -08:00
parent caa7548c4a
commit 7323163149
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div class="errorbox">
<div class="errorcontent">
<h1 class="lead">{{ _("Whoops. The confirmation link has expired or been deactivated.") }}</h1>
<p>{{ _("Please contact your organization administrator for a new one.") }}</p>
<p>{{ _("Please contact your organization administrator for a new link.") }}</p>
</div>
</div>
</div>