Skip to content
Snippets Groups Projects
Commit 0158f620 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15056 TIME 0:01 update title for non binding

parent 5a9bf8b1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<mat-label>{{'lang.nonBindingDocumentFinalAction' | translate}}</mat-label>
<mat-select formControlName="nonBindingDocumentFinalAction" id="nonBindingDocumentFinalAction"
name="nonBindingDocumentFinalAction"
title="{{'lang.bindingDocumentFinalAction' | translate}}">
title="{{'lang.nonBindingDocumentFinalAction' | translate}}">
<mat-option *ngFor="let item of finalActionValues" [value]="item">
{{ 'lang.' + item | translate}}
</mat-option>
......
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