diff --git a/plugins/smssync/init.php b/plugins/smssync/init.php index 711fb462bd..b753ada60f 100644 --- a/plugins/smssync/init.php +++ b/plugins/smssync/init.php @@ -26,8 +26,9 @@ 'intro_step1' => array( 'label' => 'Step 1: Download the "SMSSync" app from the Android Market.', 'input' => 'read-only-text', - 'description' => ' - Scan this QR Code with your phone to download the app from the Android Market ' + 'description' => function() { + return 'Scan this QR Code with your phone to download the app from the Android Market '; + } ), // @todo figure out how to inject link and fix base url 'intro_step2' => array(