mirror of https://github.com/zulip/zulip.git
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:
parent
caa7548c4a
commit
7323163149
|
@ -8,7 +8,7 @@
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<div class="errorcontent">
|
<div class="errorcontent">
|
||||||
<h1 class="lead">{{ _("Whoops. The confirmation link has expired or been deactivated.") }}</h1>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue