@@ -613,7 +613,7 @@ protected function getNotificationTargetRegistrationEvents() {
613613 ),
614614 PluginFlyvemdmdemoNotificationTargetAccountvalidation::EVENT_TRIAL_BEGIN => array (
615615 'itemtype ' => PluginFlyvemdmdemoAccountvalidation::class,
616- 'name ' => __ ('Account activated ' , " flyvemdmdemo " ),
616+ 'name ' => __ ('Account activated ' , ' flyvemdmdemo ' ),
617617 'subject ' => __ ('Get started with Flyve MDM ' , 'flyvemdmdemo ' ),
618618 'content_text ' => __ ('Hi there,
619619
@@ -654,7 +654,7 @@ protected function getNotificationTargetRegistrationEvents() {
654654 ),
655655 PluginFlyvemdmdemoNotificationTargetAccountvalidation::EVENT_TRIAL_EXPIRATION_REMIND_1 => array (
656656 'itemtype ' => PluginFlyvemdmdemoAccountvalidation::class,
657- 'name ' => __ ('First trial reminder ' , " flyvemdmdemo " ),
657+ 'name ' => __ ('First trial reminder ' , ' flyvemdmdemo ' ),
658658 'subject ' => __ ('Your Flyve MDM trial will end soon! - Only ##flyvemdmdemo.days_remaining## left! ' , 'flyvemdmdemo ' ),
659659 'content_text ' => __ ('Hi there,
660660
@@ -859,7 +859,7 @@ protected function createSocialMediaIcons() {
859859 $ document = new Document ();
860860 $ input ['entities_id ' ] = '0 ' ;
861861 $ input ['is_recursive ' ] = '1 ' ;
862- $ input ['name ' ] = __ ('Flyve MDM Facebook icon ' , 'flyvemdmdemo ' );
862+ $ input ['name ' ] = __ ('Flyve MDM Facebook icon ' , 'flyvemdmdemo ' );
863863 $ input ['_filename ' ] = array ('flyve-facebook.jpg ' );
864864 $ input ['_only_if_upload_succeed ' ] = true ;
865865 if ($ document ->add ($ input )) {
0 commit comments