diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:15 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:15 -0600 |
commit | 3c99a591d807d4c1f62b60d4da3ed8bbe62cb1d2 (patch) | |
tree | 05acb67e2c8a9aa63621046458341326f8eb6436 /404.html | |
parent | b1c2648bd0aa853e0b50959d803d1fd905374cca (diff) |
Add missing internationalization
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,6 @@ layout: default <div class="well"> <h1>404</h1> - <p><strong>Página no encontrada</strong></p> - <p>No se encontró la página que desea buscar.</p> + <p><strong>{% t not_found_page.not_found %}</strong></p> + <p>{% t not_found_page.not_found_message %}</p> </div> |