Minor tweak to #980
This commit is contained in:
parent
fa627ff996
commit
02db7cd00a
|
|
@ -28,7 +28,7 @@
|
|||
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
|
||||
<p><?= $pluginsCount ?></p>
|
||||
<p class="description">
|
||||
<?= e(trans('system::lang.updates.disabled')) ?> <?= $pluginsActiveCount - $pluginsCount ?>
|
||||
<?= e(trans('system::lang.updates.disabled')) ?>: <?= $pluginsActiveCount - $pluginsCount ?>
|
||||
</p>
|
||||
</div>
|
||||
<?php if ($coreBuild): ?>
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ return [
|
|||
'core_downloading' => 'Downloading application files',
|
||||
'core_extracting' => 'Unpacking application files',
|
||||
'plugins' => 'Plugins',
|
||||
'disabled' => 'Disabled:',
|
||||
'disabled' => 'Disabled',
|
||||
'plugin_downloading' => 'Downloading plugin: :name',
|
||||
'plugin_extracting' => 'Unpacking plugin: :name',
|
||||
'plugin_version_none' => 'New plugin',
|
||||
|
|
|
|||
Loading…
Reference in New Issue