diff --git a/resources/views/vendor/passport/authorize.twig b/resources/views/vendor/passport/authorize.twig index 7dcc9b4ade..737c5fe2e0 100644 --- a/resources/views/vendor/passport/authorize.twig +++ b/resources/views/vendor/passport/authorize.twig @@ -5,7 +5,7 @@ -
{{ $client->name }} is requesting permission to access your account.
- ++ {{ trans('firefly.authorization_request_intro', {client: client.name})|raw }} +
- @if (count($scopes) > 0) + {% if scopes|length > 0 %}This application will be able to:
+{{ 'scopes_will_be_able'|_ }}