Skip to content

Commit a1f2c95

Browse files
author
Vitor Durante
committed
Fix localization argument issue
1 parent 0b97fb2 commit a1f2c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/app/tenants/create-tenant/create-tenant-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 mat-dialog-title>{{ "CreateNewTenant" | localize }}</h1>
4343
style="padding-bottom: 5px">{{ "IsActive" | localize }}</mat-checkbox>
4444
</div>
4545

46-
<p>{{ "DefaultPasswordIs" | localize }} 123qwe</p>
46+
<p>{{ "DefaultPasswordIs" | localize:'123qwe' }}</p>
4747
</mat-dialog-content>
4848
<div mat-dialog-actions
4949
align="end">

0 commit comments

Comments
 (0)