Skip to content

Commit de9b977

Browse files
Update src/app/shares/shares-account-view/shares-account-view.component.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 66fdcb5 commit de9b977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shares/shares-account-view/shares-account-view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class SharesAccountViewComponent implements OnInit {
120120
charges.forEach((charge: any) => {
121121
if (charge.chargeTimeType?.id === 7) {
122122
this.buttonConfig.addOption({
123-
name: 'Apply Anuual Fees',
123+
name: 'Apply Annual Fees',
124124
taskPermissionName: 'APPLYANNUALFEE_SAVINGSACCOUNT'
125125
});
126126
}

0 commit comments

Comments
 (0)