]> _ Git - fluidbook-toolbox.git/commitdiff
done #3939
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 Oct 2020 08:29:39 +0000 (10:29 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 Oct 2020 08:29:39 +0000 (10:29 +0200)
app/Models/Signature.php

index e011bf219ba72ed8d99a2202309d7e016248e680..a19b807407316d7ce7b564613ee6b84ecf40172b 100644 (file)
@@ -34,7 +34,7 @@ class Signature extends CubistMagicAbstractModel
             'label' => 'Credits',
             'type' => 'Code',
             'language' => 'html',
-            'default' => '<a href="https://" target="_blank">Name</a>',
+            'default' => '<a href="https://" target="_blank">Powered by _____</a>',
         ]);
     }
 }