forked from EVOgeek/Vmeda.Online
		
	MOBILE-3320 a11y: Remove aria-label already are explained inside
This commit is contained in:
		
							parent
							
								
									970b5220ee
								
							
						
					
					
						commit
						ce7650bb3b
					
				| @ -8,7 +8,7 @@ | |||||||
|             </core-format-text> |             </core-format-text> | ||||||
|         </h1> |         </h1> | ||||||
|         <ion-buttons slot="end"> |         <ion-buttons slot="end"> | ||||||
|             <ion-button fill="clear" (click)="save()" [attr.aria-label]="'core.save' | translate"> |             <ion-button fill="clear" (click)="save()"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|         </ion-buttons> |         </ion-buttons> | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ | |||||||
|     </ion-toolbar> |     </ion-toolbar> | ||||||
| 
 | 
 | ||||||
|     <core-navbar-buttons slot="end"> |     <core-navbar-buttons slot="end"> | ||||||
|         <ion-button [hidden]="!canSaveGrades" fill="clear" (click)="submitGrade()" [attr.aria-label]="'core.done' | translate"> |         <ion-button [hidden]="!canSaveGrades" fill="clear" (click)="submitGrade()"> | ||||||
|             {{ 'core.done' | translate }} |             {{ 'core.done' | translate }} | ||||||
|         </ion-button> |         </ion-button> | ||||||
|     </core-navbar-buttons> |     </core-navbar-buttons> | ||||||
|  | |||||||
| @ -8,7 +8,7 @@ | |||||||
|             </core-format-text> |             </core-format-text> | ||||||
|         </h1> |         </h1> | ||||||
|         <ion-buttons slot="end"> |         <ion-buttons slot="end"> | ||||||
|             <ion-button *ngIf="entry" fill="clear" (click)="save($event)" [attr.aria-label]="'core.save' | translate"> |             <ion-button *ngIf="entry" fill="clear" (click)="save($event)"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|         </ion-buttons> |         </ion-buttons> | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ | |||||||
|         </h1> |         </h1> | ||||||
| 
 | 
 | ||||||
|         <ion-buttons slot="end"> |         <ion-buttons slot="end"> | ||||||
|             <ion-button fill="clear" (click)="save()" [attr.aria-label]="'core.save' | translate"> |             <ion-button fill="clear" (click)="save()"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|         </ion-buttons> |         </ion-buttons> | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ | |||||||
|             </core-format-text> |             </core-format-text> | ||||||
|         </h1> |         </h1> | ||||||
|         <ion-buttons slot="end" [hidden]="!evaluating"> |         <ion-buttons slot="end" [hidden]="!evaluating"> | ||||||
|             <ion-button fill="clear" (click)="saveEvaluation()" [attr.aria-label]="'core.save' | translate"> |             <ion-button fill="clear" (click)="saveEvaluation()"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|         </ion-buttons> |         </ion-buttons> | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ | |||||||
|                 [attr.aria-label]="'core.save' | translate"> |                 [attr.aria-label]="'core.save' | translate"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|             <ion-button *ngIf="canAddFeedback" fill="clear" (click)="saveEvaluation()" [attr.aria-label]="'core.save' | translate"> |             <ion-button *ngIf="canAddFeedback" fill="clear" (click)="saveEvaluation()"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </ion-button> |             </ion-button> | ||||||
|         </ion-buttons> |         </ion-buttons> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user