Skip to content
Snippets Groups Projects
Commit c199cece authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #14136 TIME 0:10 wording

parent 9bf838cc
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<div *ngIf="data.resIds.length > 0" style="padding:10px;display: flex;flex-direction: column;">
<mat-checkbox color="primary" *ngFor="let inteKey of integrationsInfo | keyvalue"
(click)="toggleIntegration(inteKey.key)"
[checked]="data.resource.integrations[inteKey.key]">{{inteKey.key + '_doc' | translate}}
[checked]="data.resource.integrations[inteKey.key]">{{'lang.' + inteKey.key + '_doc' | translate}}
</mat-checkbox>
</div>
<div class="col-md-12" style="padding-top: 10px;">
......
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