diff --git a/src/views/OfficeOverview.vue b/src/views/OfficeOverview.vue index 75e8c96..08e5ccf 100644 --- a/src/views/OfficeOverview.vue +++ b/src/views/OfficeOverview.vue @@ -251,11 +251,13 @@ fetchAll()
- {{ t('office', '{count} found in {category}', { count: files.length, category: activeCategoryName }) }} + + {{ n('office', '{count} found in {category}', '{count} found in {category}', files.length, { count: files.length, category: activeCategoryName }) }}

+ {{ t('office', 'Recent {category}', { category: activeCategoryName }) }}