diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index bdd0905ec9e2..449dcba38685 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3477,6 +3477,7 @@ $LANG = array( 'credit_terms' => 'Credit Terms', 'untitled_company' => 'Untitled Company', 'added_company' => 'Successfully added company', + 'supported_events' => 'Supported Events', ); return $LANG; diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php index a5cf2e9f052f..de3e4747ea5b 100644 --- a/resources/views/accounts/account_gateway.blade.php +++ b/resources/views/accounts/account_gateway.blade.php @@ -248,9 +248,24 @@
+ {!! trans('texts.stripe_webhook_help', [ + 'link'=>''.trans('texts.stripe_webhook_help_link_text').'' + ]) !!} +
++ {{ trans('texts.supported_events') }} +