From 0160b216eaa2fcd8a8230eaba2d00bc7fe3f9c3a Mon Sep 17 00:00:00 2001 From: Jenniline <39647995+Jenniline@users.noreply.github.com> Date: Wed, 5 Feb 2020 20:59:04 +0100 Subject: [PATCH 1/3] Solved issue #3533 by editing the label "create a new Twitter 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..b9e751627c 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'; } ], From 7b863fbfb3c3b2583f4125e8b5c63e89d916c516 Mon Sep 17 00:00:00 2001 From: Jenniline <39647995+Jenniline@users.noreply.github.com> Date: Fri, 7 Feb 2020 17:33:53 +0100 Subject: [PATCH 2/3] Commit to remove the extra " before Twitter Commit to removing the extra " before Twitter I removed the extra (") as Anna requested. I removed it from the Twitter.php file --- src/App/DataSource/Twitter/Twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/DataSource/Twitter/Twitter.php b/src/App/DataSource/Twitter/Twitter.php index b9e751627c..045f90988b 100644 --- a/src/App/DataSource/Twitter/Twitter.php +++ b/src/App/DataSource/Twitter/Twitter.php @@ -71,7 +71,7 @@ public function getOptions() { return [ 'intro_step1' => [ - '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.', + '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 () { From c6e640105f1b984f043688cf1d924f1840cfc86a Mon Sep 17 00:00:00 2001 From: Jenniline <39647995+Jenniline@users.noreply.github.com> Date: Mon, 10 Feb 2020 18:02:54 +0100 Subject: [PATCH 3/3] changing the words "a few hours or a few days" and removing the
I changed the words "a few hours or a few days" and removed the
as requested by @Anagamanga --- src/App/DataSource/Twitter/Twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/DataSource/Twitter/Twitter.php b/src/App/DataSource/Twitter/Twitter.php index 045f90988b..fcbcc83d22 100644 --- a/src/App/DataSource/Twitter/Twitter.php +++ b/src/App/DataSource/Twitter/Twitter.php @@ -71,7 +71,7 @@ public function getOptions() { return [ 'intro_step1' => [ - '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.', + '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 () {