Update devices.php

Fixed missing icon in page title
This commit is contained in:
Carlos V
2023-08-12 18:42:46 +02:00
committed by GitHub
parent f6a680730f
commit fd314b5187

View File

@@ -31,7 +31,7 @@
<!-- Content header--------------------------------------------------------- -->
<section class="content-header">
<h1 id="pageTitle">
<i class=\"fa fa-laptop\"></i>
<i class="fa fa-laptop"></i>
<?= lang('Device_Title');?>
</h1>
</section>