From 60e1a4da12275028657836585a6d41054643dc55 Mon Sep 17 00:00:00 2001 From: Hubert Prein Date: Thu, 21 Apr 2016 11:29:34 +0200 Subject: [PATCH] Translate field labels --- AmFormsPlugin.php | 2 +- templates/_display/templates/field.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AmFormsPlugin.php b/AmFormsPlugin.php index a83a255..d248a62 100644 --- a/AmFormsPlugin.php +++ b/AmFormsPlugin.php @@ -33,7 +33,7 @@ public function getReleaseFeedUrl() */ public function getVersion() { - return '1.3.7'; + return '1.3.8'; } /** diff --git a/templates/_display/templates/field.twig b/templates/_display/templates/field.twig index 0e75aa0..bc8969f 100644 --- a/templates/_display/templates/field.twig +++ b/templates/_display/templates/field.twig @@ -18,7 +18,7 @@
{% if label -%} - {{ label|raw }} + {{ label|raw|t }} {% endif %} {% if instructions -%}