replace information by info

This commit is contained in:
Son NK 2019-07-22 22:29:46 +02:00 committed by Son NK
parent 67dbcb9723
commit d933fcf0b7
3 changed files with 5 additions and 5 deletions

View File

@ -149,9 +149,9 @@
App
</th>
<th>
Information
Info
<i class="fe fe-help-circle" data-toggle="tooltip"
title="Information sent to this app/website"></i>
title="Info sent to this app/website"></i>
</th>
<th class="text-center">
First used

View File

@ -11,7 +11,7 @@
<form method="post" enctype="multipart/form-data">
{{ form.csrf_token }}
<h3>App Information</h3>
<h3>App Info</h3>
<div class="form-group">
<label class="form-label">App Name</label>
{{ form.name(class="form-control", value=client.name) }}

View File

@ -43,7 +43,7 @@
<hr>
<div class="mb-4">
<b>{{ client.name }}</b> has access to the following information:
<b>{{ client.name }}</b> has access to the following info:
</div>
<div>
{% for scope in client.get_scopes() %}
@ -71,7 +71,7 @@
<div class="text-center mt-4">
<b>{{ client.name }}</b> will receive the following info
<div>
<small class="font-weight-lighter">You can customize the information sent to this app.</small>
<small class="font-weight-lighter">You can customize the info sent to this app.</small>
</div>
</div>