Add AC and ANR services
[portal/ric-dashboard.git] / webapp-frontend / src / app / signal / signal.component.ranconnect-dialog.html
index c0b0d86..a8e17ce 100644 (file)
@@ -25,8 +25,8 @@
 <form [formGroup]="ranDialogForm" novalidate autocomplete="off" (ngSubmit)="setupConnection(ranDialogForm.value)">
   <div mat-dialog-content>
     <div name="rantype">
-      <label id="request-type-radio-group-label">Select the RAN type</label>
-      <mat-radio-group aria-label="Select the RAN type" formControlName="ranType">
+      <label id="request-type-radio-group-label">Select the RAN type:</label>
+      <mat-radio-group aria-label="RAN type" formControlName="ranType">
         <mat-radio-button value="endc">EN-DC</mat-radio-button>
         <mat-radio-button value="x2">X2</mat-radio-button>
       </mat-radio-group>