This commit is contained in:
Joost
2022-12-13 11:11:42 +01:00
parent fd0a8c64c0
commit 03fe9a3ab9

View File

@@ -1,7 +1,7 @@
<div class="container">
<h2>{{MESSAGE_PREFIX + '.header'|translate}}</h2>
<p>{{MESSAGE_PREFIX + '.info' | translate}}</p>
<p *ngIf="valid_mail_domains.length!= 0">Accounts can be registered for mail addresses of the domanins {{ valid_mail_domains.join(", ")}} </p>
<p *ngIf="valid_mail_domains.length!= 0">Accounts can be registered for mail addresses of the domains {{ valid_mail_domains.join(", ")}} </p>
<form [class]="'ng-invalid'" [formGroup]="form">