Skip to content

Commit cb71736

Browse files
author
github-actions[bot]
committed
1 parent 0a6effa commit cb71736

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer:v2, supportpal/language-tools
2929

3030
- name: PHP Syntax Check
31-
uses: overtrue/phplint@9.1
31+
uses: overtrue/phplint@9.4
3232
with:
3333
path: .
3434
options: --exclude=vendor

‎Lang/da/integrations.php‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.",
4646
"twilio_api_secret" => "API Secret",
4747
"twilio_number_verification" => "Number Verification",
48-
"twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> service by Twilio is chargeable.",
49-
"twilio_verify_sid" => "Verification SID",
5048

5149
"twitter_api_key_secret" => "API Key Secret",
5250

@@ -56,4 +54,12 @@
5654
"twitter_documentation" => "Please read over our documentation for setting up <a href=':link'>X</a>.",
5755
"twitter_redirect_url" => "The following URL <strong>must</strong> be entered for the X App 'Callback URL':",
5856

57+
/*
58+
* 5.4.1
59+
*/
60+
"twilio_verify_sid" => "Verification SID",
61+
"twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> service by Twilio is chargeable.",
62+
"twilio_verify_countries" => "Verify Allowed Countries",
63+
"twilio_verify_countries_desc" => "Restrict phone number verification to specific countries, to reduce costs and the risk of abuse. Phone numbers belonging to countries outside of the permitted list can be manually marked as verified by staff.",
64+
5965
);

‎Lang/da/messages.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,9 @@
168168
"lock_timeout" => "Lock Timeout",
169169
"lock_timeout_desc" => "The server is currently busy processing other requests. Please try again.",
170170

171+
/*
172+
* 5.4.1
173+
*/
174+
"throttle_error" => "Too many attempts, please try again :in_time." // :in_time becomes in 1 minute, etc
175+
171176
);

0 commit comments

Comments
 (0)