From d933fcf0b71b20d648ad55c58610b0b539c37f26 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 22 Jul 2019 22:29:46 +0200 Subject: [PATCH] replace information by info --- app/dashboard/templates/dashboard/index.html | 4 ++-- app/developer/templates/developer/client_detail.html | 2 +- app/oauth/templates/oauth/authorize.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 8fb2f043..39e8d5e2 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -149,9 +149,9 @@ App - Information + Info + title="Info sent to this app/website"> First used diff --git a/app/developer/templates/developer/client_detail.html b/app/developer/templates/developer/client_detail.html index 653c13da..349acfbb 100644 --- a/app/developer/templates/developer/client_detail.html +++ b/app/developer/templates/developer/client_detail.html @@ -11,7 +11,7 @@
{{ form.csrf_token }} -

App Information

+

App Info

{{ form.name(class="form-control", value=client.name) }} diff --git a/app/oauth/templates/oauth/authorize.html b/app/oauth/templates/oauth/authorize.html index be1806d6..377b170d 100644 --- a/app/oauth/templates/oauth/authorize.html +++ b/app/oauth/templates/oauth/authorize.html @@ -43,7 +43,7 @@
- {{ client.name }} has access to the following information: + {{ client.name }} has access to the following info:
{% for scope in client.get_scopes() %} @@ -71,7 +71,7 @@
{{ client.name }} will receive the following info
- You can customize the information sent to this app. + You can customize the info sent to this app.