Skip to content
Snippets Groups Projects
Commit afbe524a authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

use translations

parent b9082fb1
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,9 @@
<table class="oauth-tokens">
<thead>
<tr>
<th>Token</th>
<th>Refresh Token</th>
<th>Valid Until</th>
<th>{{$t('settings.token')}}</th>
<th>{{$t('settings.refresh_token')}}</th>
<th>{{$t('settings.valid_until')}}</th>
<th></th>
</tr>
</thead>
......@@ -138,7 +138,9 @@
<td>{{oauthToken.refreshToken}}</td>
<td>{{oauthToken.validUntil}}</td>
<td class="actions">
<button class="btn btn-default" @click="revokeToken(oauthToken.id)">Revoke</button>
<button class="btn btn-default" @click="revokeToken(oauthToken.id)">
{{$t('settings.revoke_token')}}
</button>
</td>
</tr>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment