Update packageSearchResultList.tpl
authorSascha Moser <28950736+xopez@users.noreply.github.com>
Wed, 11 Nov 2020 18:24:30 +0000 (19:24 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 Nov 2020 08:05:35 +0000 (09:05 +0100)
Should fix https://community.woltlab.com/thread/286683-paketsuche-zeigt-falschen-string/

Closes #3718
Closes #3719

wcfsetup/install/files/acp/templates/packageSearchResultList.tpl

index 610cd845220db17c79d43c78838f3aedb26f02ea..830ab94022a5fe4d778ca2b6b398da96ae16de4c 100644 (file)
@@ -25,7 +25,7 @@
                {/if}
                {if $thirdPartySources|count}
                        <tr>
-                               <td colspan="5"><small>{lang count=$thirdPartySources|count}wcf.acp.package.search.result.trusted{/lang}</small></td>
+                               <td colspan="5"><small>{lang count=$thirdPartySources|count}wcf.acp.package.search.result.thirdParty{/lang}</small></td>
                        </tr>
                        {include file='packageSearchResultListItems' packages=$thirdPartySources}
                {/if}