Skip to content

Commit

Permalink
Merge pull request #3947 from noone0212/url-change
Browse files Browse the repository at this point in the history
Replaced URL of new Twitter App.
  • Loading branch information
AmTryingMyBest authored Apr 22, 2020
2 parents f6cb692 + 914ca2c commit 169b553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/dataproviders.apib
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"intro_step1": {
"label": "Step 1: Create a new Twitter application",
"input": "read-only-text",
"description": "Create a <a href=\"https://apps.twitter.com/app/new\">new twitter application</a>"
"description": "Create a <a href=\"https://developer.twitter.com/en/apps/create\">new twitter application</a>"
},
"intro_step2": {
"label": "Step 2: Generate a consumer key and secret",
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/es/data-sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
'Auth Token' => 'Token de Autenticación',
'SMS Auto response' => 'Respuesta automática de SMS',
'Step 1: Create a new Twitter application' => 'Paso 1: Cree una nueva aplicación de Twitter',
'Create a <a href="https://apps.twitter.com/app/new">new twitter application</a>'
=> 'Cree una <a href="https://apps.twitter.com/app/new">nueva aplicación de twitter</a>',
'Create a <a href="https://developer.twitter.com/en/apps/create">new twitter application</a>'
=> 'Cree una <a href="https://developer.twitter.com/en/apps/create">nueva aplicación de twitter</a>',
'Step 2: Generate a consumer key and secret' => 'Paso 2: Genere una clave de consumidor y código secreto',
'Once you\'ve created the application click on "Keys and Access Tokens".<br /> Then click "Generate Consumer Key and Secret".<br /> Copy keys, tokens and secrets into the fields below.'
=> 'Una vez que haya creado la aplicación, haga clic en "Tokens Clave y de Acceso".<br /> Luego haga clic en "Generar clave de consumidor y código secreto".<br /> Copie las claves, los tokens y los códigos secretos en los campos de abajo.',
Expand Down
2 changes: 1 addition & 1 deletion src/App/DataSource/Twitter/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function getOptions()
'description' => function () {
return 'Twitter applications may take some time to be approved by Twitter.
Please be aware of this if you need this data quickly.
<br><br>Create your <a href="https://apps.twitter.com/app/new" target="_blank">
<br><br>Create your <a href="https://developer.twitter.com/en/apps/create" target="_blank">
Twitter application here</a>.';
}
],
Expand Down

0 comments on commit 169b553

Please sign in to comment.