Improve title of Add Monitors view

This commit is contained in:
Isaac Connor
2022-12-27 14:34:41 -05:00
parent 63f1dbf8fd
commit 6667c6449a

View File

@@ -1,6 +1,6 @@
<?php
//
// ZoneMinder web function view file, $Date$, $Revision$
// ZoneMinder web function view file
// Copyright (C) 2017 ZoneMinder LLC
//
// This program is free software; you can redistribute it and/or
@@ -18,7 +18,7 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
if ( !canEdit('Monitors') ) {
if (!canEdit('Monitors')) {
$view = 'error';
return;
}
@@ -26,7 +26,7 @@ if ( !canEdit('Monitors') ) {
$focusWindow = true;
$navbar = getNavBarHTML();
xhtmlHeaders(__FILE__, translate('AddMonitors'));
xhtmlHeaders(__FILE__, translate('Add Monitors'));
?>
<body>
<div id="page">