Some bug fixes.

This commit is contained in:
James Cole
2020-10-01 17:02:15 +02:00
parent c25f5598f1
commit d03ca0ec36
11 changed files with 34 additions and 34 deletions

View File

@@ -45,11 +45,11 @@
<caption>{{ $t('firefly.profile_oauth_clients_header') }}</caption>
<thead>
<tr>
<th>{{ $t('firefly.profile_oauth_client_id') }}</th>
<th>{{ $t('firefly.name') }}</th>
<th>{{ $t('firefly.profile_oauth_client_secret') }}</th>
<th></th>
<th></th>
<th scope="col">{{ $t('firefly.profile_oauth_client_id') }}</th>
<th scope="col">{{ $t('firefly.name') }}</th>
<th scope="col">{{ $t('firefly.profile_oauth_client_secret') }}</th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>