diff --git a/src/App/DataSource/Twitter/Twitter.php b/src/App/DataSource/Twitter/Twitter.php index 0cf0e8c1dc..fcbcc83d22 100644 --- a/src/App/DataSource/Twitter/Twitter.php +++ b/src/App/DataSource/Twitter/Twitter.php @@ -71,9 +71,10 @@ public function getOptions() { return [ 'intro_step1' => [ - 'label' => 'Step 1: Create a new Twitter application', + 'label' => 'Step 1: Create a new Twitter application. Twitter applications may take some time to be approved by Twitter. Please be aware of this if you need this data quickly.', 'input' => 'read-only-text', 'description' => function () { + return 'Create a new twitter application'; } ],