Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced URL of new Twitter App. #3947

Merged
merged 2 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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