Skip to content

Commit

Permalink
Update extensible-form-prop.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
masum-ulu authored Jun 10, 2024
1 parent 9e6b2a2 commit aa70d16
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@
@if (prop.displayTextResolver) {
{{ prop.displayTextResolver(data) | abpLocalization }}
} @else {
{{ prop.displayName | abpLocalization }}
@if (prop.isExtra) {
{{ '::' + prop.displayName | abpLocalization }}
} @else {
{{ prop.displayName | abpLocalization }}
}
}
{{ asterisk }}
@if (prop.tooltip) {
Expand All @@ -173,4 +177,4 @@
></i>
}
</label>
</ng-template>
</ng-template>

0 comments on commit aa70d16

Please sign in to comment.