diff --git a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html index 02e1516..460d431 100644 --- a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html +++ b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html @@ -16,6 +16,7 @@ required comment #comment="ngModel" + placeholder="ex. Google" />
@@ -28,6 +29,7 @@ required isin #isin="ngModel" + placeholder="ex. US02079K3059" />
@@ -52,6 +54,7 @@ required count #count="ngModel" + placeholder="ex. 10" />
Password does not match, make sure it is the same! @@ -66,6 +69,7 @@ required #price="ngModel" type="number" + placeholder="ex. 999" />
Password does not match, make sure it is the same! diff --git a/frontend/src/app/Views/profile/profile.component.html b/frontend/src/app/Views/profile/profile.component.html index 9c93a59..5652f13 100644 --- a/frontend/src/app/Views/profile/profile.component.html +++ b/frontend/src/app/Views/profile/profile.component.html @@ -117,6 +117,7 @@ [(ngModel)]="userId" required #telegramId + placeholder="123456789" /> Id is required