Links update & translations typos fixes (#671)

* Remove BDF link (as BDF is now part of AE)

* Remove unused pages

* Fix typos

* Fix typo again
This commit is contained in:
Julien Constant
2023-10-10 15:29:02 +02:00
committed by GitHub
parent 4231a7972d
commit d16bf12611
15 changed files with 56 additions and 76 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
{% if user_registered %}
{% trans user_name=user_registered.get_display_name() %}Welcome {{ user_name }}!{% endtrans %}<br>
{% trans %}You successfully registred and you will soon receive a confirmation mail.{% endtrans %}<br>
{% trans %}You successfully registered and you will soon receive a confirmation mail.{% endtrans %}<br>
{% trans username=user_registered.username %}Your username is {{ username }}.{% endtrans %}<br>
{% else %}