Shorten document filter labels
This commit is contained in:
@@ -14,15 +14,15 @@ const DocumentTypeFilter = ({ statusFilter, onSelect }: Props) => {
|
|||||||
() => [
|
() => [
|
||||||
{
|
{
|
||||||
key: TStatusFilter.Published,
|
key: TStatusFilter.Published,
|
||||||
label: t("Published documents"),
|
label: t("Published"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: TStatusFilter.Archived,
|
key: TStatusFilter.Archived,
|
||||||
label: t("Archived documents"),
|
label: t("Archived"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: TStatusFilter.Draft,
|
key: TStatusFilter.Draft,
|
||||||
label: t("Draft documents"),
|
label: t("Drafts"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[t]
|
[t]
|
||||||
|
|||||||
@@ -754,9 +754,6 @@
|
|||||||
"Past week": "Past week",
|
"Past week": "Past week",
|
||||||
"Past month": "Past month",
|
"Past month": "Past month",
|
||||||
"Past year": "Past year",
|
"Past year": "Past year",
|
||||||
"Published documents": "Published documents",
|
|
||||||
"Archived documents": "Archived documents",
|
|
||||||
"Draft documents": "Draft documents",
|
|
||||||
"Any status": "Any status",
|
"Any status": "Any status",
|
||||||
"Search Results": "Search Results",
|
"Search Results": "Search Results",
|
||||||
"Remove search": "Remove search",
|
"Remove search": "Remove search",
|
||||||
|
|||||||
Reference in New Issue
Block a user