From 890f33fa52d34eb53df06ee19b78b4a9ad1e950d Mon Sep 17 00:00:00 2001 From: Jenniline <39647995+Jenniline@users.noreply.github.com> Date: Wed, 5 Feb 2020 20:53:07 +0100 Subject: [PATCH] Solving issue #3533 edited the label "create a newTwitter application" Solved issue #3533 by editing the label "create a new Twitter application" I added the sentences ""Twitter applications may take a few hours or a few days to be approved by Twitter. Please be aware of this if you need this data quickly.',. --- src/App/DataSource/Twitter/Twitter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/DataSource/Twitter/Twitter.php b/src/App/DataSource/Twitter/Twitter.php index 0cf0e8c1dc..b87ca48ea9 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 a few hours or a few days 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'; } ],