Skip to content

Commit

Permalink
NAS-133087: Add translate pipe for hints (#11193)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko authored Dec 16, 2024
1 parent 82c39de commit 19fd089
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<ix-input
formControlName="cpu"
[label]="'CPU Configuration' | translate"
[hint]="containersHelptext.cpuHint"
[hint]="containersHelptext.cpuHint | translate"
></ix-input>

<ix-input
formControlName="memory"
[label]="'Memory Size' | translate"
[format]="formatter.memorySizeFormatting"
[parse]="formatter.memorySizeParsing"
[hint]="containersHelptext.memoryHint"
[hint]="containersHelptext.memoryHint | translate"
></ix-input>
</ix-fieldset>

Expand Down

0 comments on commit 19fd089

Please sign in to comment.