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-header with-border">
|
||||
<h3 class="box-title">
|
||||
{{ $t('profile.authorized_apps') }}
|
||||
{{ $t('firefly.profile_authorized_apps') }}
|
||||
</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<!-- Authorized Tokens -->
|
||||
<table class="table table-borderless m-b-none">
|
||||
<caption>{{ $t('profile.authorized_clients') }}</caption>
|
||||
<caption>{{ $t('firefly.profile_authorized_clients') }}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -67,7 +67,7 @@
|
||||
<!-- Revoke Button -->
|
||||
<td style="vertical-align: middle;">
|
||||
<a class="action-link btn btn-danger btn-xs" @click="revoke(token)">
|
||||
{{ $t('profile.revoke') }}
|
||||
{{ $t('firefly.profile_revoke') }}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user