Fix typo in field name

pull/3588/head
Jonathan Bennett 2022-08-10 03:59:18 -05:00 committed by Isaac Connor
parent 3c38f5d3f9
commit e55dfe4d4c
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ echo htmlSelect('newMonitor[OutputContainer]', $videowriter_containers, $monitor
</tr>
<tr id="FunctionJanusProfileOverride">
<td class="text-right pr-3"><?php echo translate('Janus Profile-ID Override') ?></td>
<td><input type="text" name="newMonitor[Janu_Profile_Override]" value="<?php echo $monitor->Janus_Profile_Override()?>"/>
<td><input type="text" name="newMonitor[Janus_Profile_Override]" value="<?php echo $monitor->Janus_Profile_Override()?>"/>
<?php
if ( isset($OLANG['FUNCTION_JANUS_PROFILE_OVERRIDE']) ) {
echo '<div class="form-text">'.$OLANG['FUNCTION_JANUS_PROFILE_OVERRIDE']['Help'].'</div>';