Spaces:
Building
Building
Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html
CHANGED
@@ -80,7 +80,7 @@
|
|
80 |
<mat-form-field appearance="outline" class="full-width">
|
81 |
<mat-label>Welcome Prompt</mat-label>
|
82 |
<textarea matInput formControlName="welcome_prompt" rows="4" [readonly]="!canEdit"></textarea>
|
83 |
-
<mat-hint>Initial greeting message (use {{ '{{user_name}}' }} for personalization)</mat-hint
|
84 |
</mat-form-field>
|
85 |
|
86 |
<div class="action-buttons">
|
|
|
80 |
<mat-form-field appearance="outline" class="full-width">
|
81 |
<mat-label>Welcome Prompt</mat-label>
|
82 |
<textarea matInput formControlName="welcome_prompt" rows="4" [readonly]="!canEdit"></textarea>
|
83 |
+
<mat-hint>Initial greeting message (use {{ '{{user_name}}' }} for personalization)</mat-hint>
|
84 |
</mat-form-field>
|
85 |
|
86 |
<div class="action-buttons">
|