From d7b490ead1b5e38e41b8f84c07bf19f67833413b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 20 Jun 2019 18:50:25 +0200 Subject: [PATCH] #2843 --- src/app/Template/TemplateAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Template/TemplateAbstract.php b/src/app/Template/TemplateAbstract.php index e386477..d264536 100644 --- a/src/app/Template/TemplateAbstract.php +++ b/src/app/Template/TemplateAbstract.php @@ -12,7 +12,7 @@ class TemplateAbstract */ protected static $_templates = null; - protected $defaultFieldAttributes = ['translate' => true]; + protected $defaultFieldAttributes = ['translatable' => true]; protected $_fields = []; -- 2.39.5