From 883907f76a450fe7702fa4de1fe816ff6a0f1f39 Mon Sep 17 00:00:00 2001 From: Pieter van der Meulen <pieter.vanderMeulen@surfnet.nl> Date: Wed, 6 Dec 2017 19:41:35 +0100 Subject: [PATCH] Fix: Typo's and copy-paste errors --- templates/error.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/error.twig b/templates/error.twig index 7e226502a..a88547558 100644 --- a/templates/error.twig +++ b/templates/error.twig @@ -1,5 +1,5 @@ -{% set pagetitle = 'Logged out'|trans %} +{% set pagetitle = dictTitle | trans %} {% extends "base.twig" %} {% block postload %} @@ -13,7 +13,7 @@ {{ dictDescr | trans(parameters) }} {# 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>" #} {% if includeTemplate %} @@ -26,7 +26,7 @@ {# TODO: Update class #} <div class=""> <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> </button> </div> -- GitLab