mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Add captions
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<table class="table table-sm table-striped">
|
<table class="table table-sm table-striped">
|
||||||
|
<caption style="display:none;">{{ $t('list.name') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col"> </th>
|
<th scope="col"> </th>
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body table-responsive p-0">
|
<div class="card-body table-responsive p-0">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
<caption style="display:none;">{{ $t('firefly.bills') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" style="width:35%;">{{ $t('list.name') }}</th>
|
<th scope="col" style="width:35%;">{{ $t('list.name') }}</th>
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body table-responsive p-0">
|
<div class="card-body table-responsive p-0">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
<caption style="display:none;">{{ $t('firefly.piggy_banks') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" style="width:35%;">{{ $t('list.piggy_bank') }}</th>
|
<th scope="col" style="width:35%;">{{ $t('list.piggy_bank') }}</th>
|
||||||
|
@@ -37,6 +37,7 @@
|
|||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<!-- Authorized Tokens -->
|
<!-- Authorized Tokens -->
|
||||||
<table class="table table-responsive table-borderless mb-0">
|
<table class="table table-responsive table-borderless mb-0">
|
||||||
|
<caption style="display:none;">{{ $t('firefly.profile_authorized_apps') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||||
|
@@ -43,6 +43,7 @@
|
|||||||
|
|
||||||
<!-- Personal Access Tokens -->
|
<!-- Personal Access Tokens -->
|
||||||
<table class="table table-responsive table-borderless mb-0" v-if="tokens.length > 0">
|
<table class="table table-responsive table-borderless mb-0" v-if="tokens.length > 0">
|
||||||
|
<caption style="display:none;">{{ $t('firefly.profile_personal_access_tokens') }}</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||||
|
Reference in New Issue
Block a user