Spelling: About Canaille

This commit is contained in:
Allan Nordhøy 2023-01-30 18:56:58 +00:00 committed by Éloi Rivard
parent baf402d5da
commit cfb5b219dc
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<h2 class="ui center aligned header">
<div class="content">
{{ _("About canaille") }}
{{ _("About Canaille") }}
</div>
<div class="sub header">{% trans %}Free and open-source identity provider.{% endtrans %}</div>
</h2>

View file

@ -103,7 +103,7 @@
{% endblock %}
<footer>
<a href="{{ url_for('account.about') }}">{{ _("About canaille") }}</a>
<a href="{{ url_for('account.about') }}">{{ _("About Canaille") }}</a>
</footer>
<script src="/static/jquery/jquery.min.js"></script>
<script src="/static/fomanticui/semantic.min.js"></script>