Skip to content

Commit 60b6436

Browse files
Remove MOnitor from status position label
1 parent 2919ab0 commit 60b6436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/views/montage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<input id="action" type="hidden" name="action" value=""/> <?php // "value" is generated in montage.js depending on the action "Save" or "Delete"?>
274274

275275
<span id="monitorStatusPositionControl">
276-
<label><?php echo translate('Monitor status position') ?></label>
276+
<label><?php echo translate('Status Position') ?></label>
277277
<?php echo htmlSelect('monitorStatusPosition', $monitorStatusPosition, $monitorStatusPositionSelected, array('id'=>'monitorStatusPosition', 'data-on-change'=>'changeMonitorStatusPosition', 'class'=>'chosen')); ?>
278278
</span>
279279
<span id="rateControl">

0 commit comments

Comments
 (0)