diff --git a/src/app/product-store/app-detail/app-detail.component.html b/src/app/product-store/app-detail/app-detail.component.html index 612a01c..e81572a 100644 --- a/src/app/product-store/app-detail/app-detail.component.html +++ b/src/app/product-store/app-detail/app-detail.component.html @@ -468,7 +468,7 @@ [id]="'ps_app_detail_endpoint_table_row_' + i + '_add_action'" (click)="onAddEndpointRow()" [disabled]="i !== endpoints.length - 1" - aria-label="'ACTIONS.TABLE.ADD_ROW.LABEL' | translate" + [aria-label]="'ACTIONS.TABLE.ADD_ROW.LABEL' | translate" [pTooltip]="'ACTIONS.TABLE.ADD_ROW.TOOLTIP' | translate" tooltipPosition="top" tooltipEvent="hover" @@ -481,7 +481,7 @@ [id]="'ps_app_detail_endpoint_table_row_' + i + '_delete_action'" (click)="onDeleteEndpointRow(i)" [disabled]="i === 0 && endpoints.length === 1" - aria-label="'ACTIONS.DELETE.ENDPOINT.TOOLTIP' | translate" + [aria-label]="'ACTIONS.DELETE.ENDPOINT.TOOLTIP' | translate" [pTooltip]="'ACTIONS.DELETE.ENDPOINT.TOOLTIP' | translate" tooltipPosition="top" tooltipEvent="hover"