Make new profile settings translatable

This commit is contained in:
Florian Dupret
2020-05-27 16:17:24 +02:00
parent a695a1bba2
commit f8963179c3
11 changed files with 22691 additions and 111 deletions

View File

@@ -35,17 +35,17 @@
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">
Authorized Applications
{{ $t('profile.authorized_apps') }}
</h3>
</div>
<div class="box-body">
<!-- Authorized Tokens -->
<table class="table table-borderless m-b-none">
<caption>Authorized clients</caption>
<caption>{{ $t('profile.authorized_clients') }}</caption>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Scopes</th>
<th scope="col">{{ $t('firefly.name') }}</th>
<th scope="col">{{ $t('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)">
Revoke
{{ $t('profile.revoke') }}
</a>
</td>
</tr>