mirror of
https://github.com/directus/directus.git
synced 2026-01-25 15:47:57 -05:00
fix plural title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<private-view class="collections-overview" :title="$tc('collection', 2)">
|
||||
<private-view class="collections-overview" :title="$tc('collections')">
|
||||
<template #title-outer:prepend>
|
||||
<v-button class="header-icon" rounded disabled icon secondary>
|
||||
<v-icon name="box" />
|
||||
|
||||
Reference in New Issue
Block a user