Skip to content

Commit

Permalink
Version 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Oct 17, 2024
1 parent fef7680 commit 57cc7b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Lang/en/integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.",
"twilio_api_secret" => "API Secret",
"twilio_number_verification" => "Number Verification",
"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.",
"twilio_verify_sid" => "Verification SID",

"twitter_api_key_secret" => "API Key Secret",

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

/*
* 5.4.1
*/
"twilio_verify_sid" => "Verify SID",
"twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This allows user to verify their own entered phone numbers - the <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> service by Twilio is chargeable.",
"twilio_verify_countries" => "Verify Allowed Countries",
"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.",

);
5 changes: 5 additions & 0 deletions Lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,9 @@
"lock_timeout" => "Lock Timeout",
"lock_timeout_desc" => "The server is currently busy processing other requests. Please try again.",

/*
* 5.4.1
*/
"throttle_error" => "Too many attempts, please try again :in_time." // :in_time becomes in 1 minute, etc

);

0 comments on commit 57cc7b9

Please sign in to comment.