Skip to content
Snippets Groups Projects
Commit 049023c0 authored by wtaisner@man.poznan.pl's avatar wtaisner@man.poznan.pl
Browse files

NMAAS-967 add missing language labels

parent bb5db8d3
No related branches found
No related tags found
No related merge requests found
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
[(ngModel)]="termsContent" [(ngModel)]="termsContent"
tooltip="{{'APPS_WIZARD.TERMS_CONTENT_TOOLTIP' | translate}}" [display]="true" tooltip="{{'APPS_WIZARD.TERMS_CONTENT_TOOLTIP' | translate}}" [display]="true"
[options]="defaultTooltipOptions"></textarea> [options]="defaultTooltipOptions"></textarea>
<button role="button" class="btn btn-success" (click)="changeTermsAcceptanceInForms()">Update Terms Content</button> <button role="button" class="btn btn-success" (click)="changeTermsAcceptanceInForms()">{{'APPS_WIZARD.TERMS_CONTENT_BUTTON' | translate}}</button>
</div> </div>
</div> </div>
<div *ngIf="applicationDTO.application.appConfigurationSpec.configFileRepositoryRequired"> <div *ngIf="applicationDTO.application.appConfigurationSpec.configFileRepositoryRequired">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment