mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add captions
This commit is contained in:
		| @@ -37,6 +37,7 @@ | ||||
|         <div class="box-body"> | ||||
|           <!-- Authorized Tokens --> | ||||
|           <table class="table table-responsive table-borderless mb-0"> | ||||
|             <caption style="display:none;">{{ $t('firefly.profile_authorized_apps') }}</caption> | ||||
|             <thead> | ||||
|             <tr> | ||||
|               <th scope="col">{{ $t('firefly.name') }}</th> | ||||
|   | ||||
| @@ -43,6 +43,7 @@ | ||||
|  | ||||
|           <!-- Personal Access Tokens --> | ||||
|           <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> | ||||
|             <tr> | ||||
|               <th scope="col">{{ $t('firefly.name') }}</th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user