Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 12, 2023
1 parent cd9d193 commit 5e47a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/config/modals/plugin_delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<?php endforeach ?>
</ul>
<span id="JobType">
<span class="plugin-icon"></span> <?= t('Plugin Cleaning') ?>
<span class="plugin-icon"></span> <?= t('Plugin Cleaning Jobs') ?>
</span>
<?= $this->modal->confirmButtons('PluginCleaningController', 'deletePlugin', array('plugin_name' => $plugin_name, 'plugin' => 'ContentCleaner'), t('Delete Plugin')) ?>
</div>
Expand Down

0 comments on commit 5e47a8a

Please sign in to comment.