code spliting und language 2
This commit is contained in:
@@ -218,7 +218,7 @@ const PatList = ({
|
||||
<h2 className="text-lg font-bold text-gray-800 dark:text-gray-100">{title}</h2>
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400 mt-1">
|
||||
{t('patlist.count', { count: entries.length })}
|
||||
{entries.length !== totalEntries ? ` von ${totalEntries}` : ''}
|
||||
{entries.length !== totalEntries ? ` ${t('patlist.of')} ${totalEntries}` : ''}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user