mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Refactor string identifiers #3404
This commit is contained in:
parent
4d075feed6
commit
8b6bd296e1
@ -35,17 +35,17 @@
|
|||||||
<div class="box box-primary">
|
<div class="box box-primary">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">
|
<h3 class="box-title">
|
||||||
{{ $t('profile.authorized_apps') }}
|
{{ $t('firefly.profile_authorized_apps') }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<!-- Authorized Tokens -->
|
<!-- Authorized Tokens -->
|
||||||
<table class="table table-borderless m-b-none">
|
<table class="table table-borderless m-b-none">
|
||||||
<caption>{{ $t('profile.authorized_clients') }}</caption>
|
<caption>{{ $t('firefly.profile_authorized_clients') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||||
<th scope="col">{{ $t('profile.scopes') }}</th>
|
<th scope="col">{{ $t('firefly.profile_scopes') }}</th>
|
||||||
<th scope="col"></th>
|
<th scope="col"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<!-- Revoke Button -->
|
<!-- Revoke Button -->
|
||||||
<td style="vertical-align: middle;">
|
<td style="vertical-align: middle;">
|
||||||
<a class="action-link btn btn-danger btn-xs" @click="revoke(token)">
|
<a class="action-link btn btn-danger btn-xs" @click="revoke(token)">
|
||||||
{{ $t('profile.revoke') }}
|
{{ $t('firefly.profile_revoke') }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user