Passed
Branch master (25174d)
by Tim
05:01
created
Category
src/SiteConfigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     public function updateCMSFields(FieldList $fields) {
17 17
         $fields->addFieldToTab('Root.TawkTo', TextareaField::create('TawkToEmbedCode')
18
-            ->setTitle(_t(__CLASS__.'.EmbedFieldTitle', 'Embed Code'))
18
+            ->setTitle(_t(__CLASS__ . '.EmbedFieldTitle', 'Embed Code'))
19 19
             ->setDescription(_t(__CLASS__ . '.EmbedFieldDescription', "Tawk.to embed code")));
20 20
         return $fields;
21 21
     }
Please login to merge, or discard this patch.