modified text in case of unconfigured client

This commit is contained in:
Christian Zeitnitz
2021-03-27 18:00:40 +01:00
parent 5b9d4ca814
commit f583a3eeae
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
<div class="info-item"><?php echo _("Device"); ?></div><div><?php $valEcho($clientinfo,"vendor")." ".$valEcho($clientinfo,"model"); ?></div>
<div class="info-item"><?php echo _("IP Address"); ?></div><div><?php echo $valEcho($clientinfo,"ipaddress"); ?></div>
<?php else : // NO CLIENT ?>
<div class="info-item"><?php echo _("No Client foudn or client is not unconfigured yet"); ?></div>
<div class="info-item"><?php echo _("No Client found or client is not yet configured"); ?></div>
<?php endif; ?>
</div>
<div class="col-md mt-2 d-flex justify-content-center">