diff options
Diffstat (limited to 'view/tpl/oauth_authorize.tpl')
-rwxr-xr-x | view/tpl/oauth_authorize.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/oauth_authorize.tpl b/view/tpl/oauth_authorize.tpl index f5da11cdc..72701ce52 100755 --- a/view/tpl/oauth_authorize.tpl +++ b/view/tpl/oauth_authorize.tpl @@ -2,8 +2,8 @@ <div class='oauthapp'> <img src='{{$app.icon}}'> - <h4>{{$app.name}}</h4> - <h3>{{$authorize}}</h3> + <h3>{{$app.name}}</h3> + <p class="descriptive-paragraph">{{$authorize}}</p> <form method="POST"> <div class="settings-submit-wrapper"> <input type="hidden" name="client_id" value="{{$client_id}}" /> |