Make the UI translatable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "errors/base" %}
|
||||
|
||||
{% block error %}
|
||||
<h1>Something broke on our side.</h1>
|
||||
<h2>Sorry about that. If you think this is a bug, please report it.</h2>
|
||||
<h1>{{ "Something broke on our side." | _ }}</h1>
|
||||
<h2>{{ "Sorry about that. If you think this is a bug, please report it." | _ }}</h2>
|
||||
{% endblock error %}
|
||||
|
||||
Reference in New Issue
Block a user