From 3f43c24cae363a9820b87b27dba9a0016f679644 Mon Sep 17 00:00:00 2001 From: kouralex <1723419+kouralex@users.noreply.github.com> Date: Sat, 13 Jun 2020 01:16:53 +0300 Subject: [PATCH] fix accidental merge conflict resolve bug --- view/concept-shared.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/concept-shared.twig b/view/concept-shared.twig index 77704f838..cc276d61c 100644 --- a/view/concept-shared.twig +++ b/view/concept-shared.twig @@ -111,7 +111,8 @@ {% endif %} {% endfor %} - {% if concept.foreignLabels %} + {% set foreignLabels = concept.foreignLabels %} + {% if foreignLabels %}
{{ 'foreign prefLabels'|trans|upper }}