Skip to content
Snippets Groups Projects
Commit 883907f7 authored by Pieter van der Meulen's avatar Pieter van der Meulen
Browse files

Fix: Typo's and copy-paste errors

parent cc38b260
No related branches found
No related tags found
No related merge requests found
{% set pagetitle = 'Logged out'|trans %} {% set pagetitle = dictTitle | trans %}
{% extends "base.twig" %} {% extends "base.twig" %}
{% block postload %} {% block postload %}
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{{ dictDescr | trans(parameters) }} {{ dictDescr | trans(parameters) }}
{# include optional information for error {# include optional information for error
Some excepltions set 'incluseTemplate' to the name of a template to include. Some exceptions set 'includeTemplate' to the name of a template to include.
e.g. "core:no_state.tpl.php". The format is "<module>:<template name>" e.g. "core:no_state.tpl.php". The format is "<module>:<template name>"
#} #}
{% if includeTemplate %} {% if includeTemplate %}
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
{# TODO: Update class #} {# TODO: Update class #}
<div class=""> <div class="">
<pre id="trackid">{{ error.trackId }}</pre> <pre id="trackid">{{ error.trackId }}</pre>
<button data-clipboard-target="#trackid" id="btntrackid" class="clipboard-bnt pure-button left clipboard-btn"> <button data-clipboard-target="#trackid" id="btntrackid" class="pure-button left clipboard-btn">
<i class="fa fa-copy"></i> <i class="fa fa-copy"></i>
</button> </button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment