From 0163c6cb8dab4ca68fc8ab56b061462a7f02c713 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk <beatrycze.volk@slub-dresden.de> Date: Thu, 17 Oct 2024 15:20:11 +0200 Subject: [PATCH] Use translation for displaying contact person in journal page --- Resources/Private/Partials/Journal/Content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Journal/Content.html b/Resources/Private/Partials/Journal/Content.html index ded77c5..ce5e1b8 100644 --- a/Resources/Private/Partials/Journal/Content.html +++ b/Resources/Private/Partials/Journal/Content.html @@ -136,7 +136,7 @@ </div> <div class="space"></div> <div class="row"> - <h5>Contact Person</h5> + <h5><f:translate key="contact"/></h5> <p><a href="mailto: {contact.email}" class="hidden-link">{contact.name}</a> / <a href="{contact.url}" class="hidden-link">{contact.url}</a></p> </div> </div> -- GitLab