Skip to content

Commit

Permalink
Split the descriptions of the checkboxes and updated the English desc…
Browse files Browse the repository at this point in the history
…ription texts.
  • Loading branch information
zizzencs authored and adamsaghy committed Nov 7, 2023
1 parent 38cc44e commit d0459a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/users/create-user/create-user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@

<div fxFlex="48%" class="password-never-expires-wrapper">
<mat-checkbox labelPosition="before" formControlName="passwordNeverExpires" >
{{'labels.inputs.Override password expiry policy' | translate}}
{{'labels.inputs.Password never expires' | translate}}
</mat-checkbox>
</div>

<div fxFlex="48%" class="send-password-to-email-wrapper">
<mat-checkbox labelPosition="before" formControlName="sendPasswordToEmail">
{{'labels.inputs.Override password expiry policy' | translate}}
{{'labels.inputs.Send password to email address' | translate}}
</mat-checkbox>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/app/users/edit-user/edit-user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<div class="password-never-expires-wrapper" fxFlex="48%">
<mat-checkbox labelPosition="before" formControlName="passwordNeverExpires" >
{{'labels.inputs.Override password expiry policy' | translate}}
{{'labels.inputs.Password never expires' | translate}}
</mat-checkbox>
</div>

Expand Down
2 changes: 2 additions & 0 deletions src/assets/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,7 @@
"Parent Type": "Parent Type",
"Parent officeData": "Parent officeData",
"Password": "Password",
"Password never expires": "Password never expires",
"Passwords": "Passwords",
"Passwords should be": "Passwords should be",
"Past Due Days": "Past Due Days",
Expand Down Expand Up @@ -1816,6 +1817,7 @@
"Select applicable offices": "Select applicable offices",
"Selected Products": "Selected Products",
"Send": "Send",
"Send password to email address": "Send password to email address",
"Server": "Server",
"Server Key": "Server Key",
"Settlement": "Settlement",
Expand Down

0 comments on commit d0459a7

Please sign in to comment.