Merge pull request #9094 from dragsu/fix-localisation-diagnostics-typo

fix: localisation typo in diagnostic page
pull/9062/head
Jakub Onderka 2023-05-23 19:07:02 +02:00 committed by GitHub
commit 749818ebb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ $humanReadableFilesize = function ($bytes, $dec = 2) {
</table>
<h4><?= __('PHP Dependencies') ?></h4>
<p><?= _("Dependencies located in the Vendor folder. You can use composer to install them: 'php composer.phar help' ") ?></p>
<p><?= __("Dependencies located in the Vendor folder. You can use composer to install them: 'php composer.phar help' ") ?></p>
<table class="table table-condensed table-bordered" style="width: 40vw">
<thead>
<tr>