1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

Update scripts.html, correcting 'Log' label

This commit is contained in:
myvesta 2023-06-04 19:57:07 +02:00 committed by GitHub
parent 8bead4afaa
commit 2a3de783ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@
<div class="io-log2">
<h2 class="io-log2-h2" id="iologbutton2">
Log System
<?=__('Log')?>
</h2>
<div>
<?php
@ -229,4 +229,4 @@ elseif (!empty($_SESSION['error_msg'])):
<?php
unset($_SESSION['error_msg']);
endif;
?>
?>