Update pluginsCore.php

Added new translation variable "Plugins_Out_of"
This commit is contained in:
Carlos V
2023-08-12 19:07:13 +02:00
committed by GitHub
parent c2e4d39117
commit b6df0fb1a8

View File

@@ -335,7 +335,7 @@ function generateTabs()
<li >
<a href="#historyTarget_${pluginObj.unique_prefix}" data-toggle="tab" >
<i class="fa fa-clock"></i> <?= lang('Plugins_History');?> (${histCountDisplayed} out of ${histCount})
<i class="fa fa-clock"></i> <?= lang('Plugins_History');?> (${histCountDisplayed} <?= lang('Plugins_Out_of');?> ${histCount})
</a>
</li>
@@ -538,4 +538,4 @@ function purgeVisible() {
getData()
updater()
</script>
</script>