Doc: Typo in oxidized.inc.php (#10236)

This commit is contained in:
PipoCanaja
2019-05-19 22:51:00 +02:00
committed by GitHub
parent d6bb9f0487
commit eecc5b36e0

View File

@@ -81,7 +81,7 @@ $pagetitle[] = 'Oxidized';
$('#search-output').empty();
$("#search-output").show();
if (data.output)
$('#search-output').append('Config appears on the folllowing device(s):<br />');
$('#search-output').append('Config appears on the following device(s):<br />');
$.each(data.output, function (row, value) {
$('#search-output').append(value['full_name'] + '<br />');
});