Fix translation

This commit is contained in:
Edi 2018-08-11 12:53:06 +02:00 committed by GitHub
parent cb3d065376
commit c9ba4d6e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class pluginSimpleStats extends Plugin {
$html = <<<EOF
<div class="simple-stats-plugin">
<div class="container mt-5 pt-5 border-top">
<h4 class="pb-3">$label</h4>
<h4 class="pb-3">{$L->get('Visits')}</h4>
<div class="row">
<div class="col">
<div class="ct-chart ct-perfect-fourth"></div>
@ -192,4 +192,4 @@ EOF;
return file_put_contents($logFile, $line.PHP_EOL, FILE_APPEND | LOCK_EX)!==false;
}
}
}