Straighten up terminology

code -> link, invite -> invitation
This commit is contained in:
Jonas Schäfer
2021-01-26 20:50:22 +01:00
parent a9f9f9d74a
commit 6ffce26b08
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<div class="powered-by">{% trans logo_url=url_for("static", filename="img/snikket-logo.svg") %}Powered by <img src="{{ logo_url }}" alt="Snikket">{% endtrans %}</div>
<div class="box alert">
<header>{% trans %}Invite expired{% endtrans %}</header>
<p>{% trans %}Sorry, it looks like this invite code has expired!{% endtrans %}</p>
<p>{% trans %}Sorry, it looks like this invitation link has expired!{% endtrans %}</p>
</div>
<img alt="Sad person holding empty box" src="{{ url_for("static", filename="img/illus-empty.svg") }}" class="fullwidth">
</div>