ciyidogan commited on
Commit
8f74adc
·
verified ·
1 Parent(s): b86549f

Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html

Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html CHANGED
@@ -150,9 +150,7 @@
150
  </button>
151
  </div>
152
 
153
- <p class="info-text">
154
- Extract values from API response and save them as variables for use in subsequent intents.
155
- </p>
156
 
157
  @if (responseMappings.length === 0) {
158
  <p class="empty-message">No response mappings configured.</p>
 
150
  </button>
151
  </div>
152
 
153
+ <mat-hint>Extract values from API response and save them as variables for use in subsequent intents</mat-hint>
 
 
154
 
155
  @if (responseMappings.length === 0) {
156
  <p class="empty-message">No response mappings configured.</p>