Skip to content

Commit

Permalink
Solving issue ushahidi#3533 edited the label "create a newTwitter app…
Browse files Browse the repository at this point in the history
…lication"

Solved issue ushahidi#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.',.
  • Loading branch information
Jenniline authored Feb 5, 2020
1 parent efb4209 commit 890f33f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App/DataSource/Twitter/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://apps.twitter.com/app/new">new twitter application</a>';
}
],
Expand Down

0 comments on commit 890f33f

Please sign in to comment.