Skip to content

Commit

Permalink
Merge pull request #3840 from Jenniline/patch-2
Browse files Browse the repository at this point in the history
Solved issue #3533 by editing the label "create a new Twitter applica…
  • Loading branch information
Angamanga authored Feb 12, 2020
2 parents 2d91b61 + b0dc4ec commit aca0183
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 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 <a href="https://apps.twitter.com/app/new">new twitter application</a>';
}
],
Expand Down

0 comments on commit aca0183

Please sign in to comment.