Skip to content

Commit

Permalink
Sets "Pywb Error" string as translatable in error template (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quirinus authored Nov 23, 2023
1 parent 83b2113 commit af92a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block body %}
<div class="container text-danger error">
<div class="row justify-content-center">
<h2 class="display-2">Pywb Error</h2>
<h2 class="display-2">{{ _('Pywb Error') }}</h2>
</div>
<div class="row">
<div class="col-12 text-center">
Expand Down

0 comments on commit af92a97

Please sign in to comment.