mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
UX: Copyedits on reviewable filters
This commit is contained in:
parent
86f3e74799
commit
bdfa55ee5d
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<div class='reviewable-filter'>
|
<div class='reviewable-filter'>
|
||||||
<label class='filter-label'>{{i18n "review.filters.category"}}</label>
|
<label class='filter-label'>{{i18n "review.filters.category"}}</label>
|
||||||
{{category-chooser none="category.all" value=filterCategoryId}}
|
{{category-chooser none="review.filters.all_categories" value=filterCategoryId}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='reviewable-filter topic-filter'>
|
<div class='reviewable-filter topic-filter'>
|
||||||
|
@ -436,6 +436,7 @@ en:
|
|||||||
new_topic: "Approving this item will create a new topic"
|
new_topic: "Approving this item will create a new topic"
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
|
all_categories: "(all categories)"
|
||||||
type:
|
type:
|
||||||
title: "Type"
|
title: "Type"
|
||||||
all: "(all types)"
|
all: "(all types)"
|
||||||
@ -451,7 +452,7 @@ en:
|
|||||||
|
|
||||||
priority:
|
priority:
|
||||||
title: "Minimum Priority"
|
title: "Minimum Priority"
|
||||||
low: "Low"
|
low: "(any)"
|
||||||
medium: "Medium"
|
medium: "Medium"
|
||||||
high: "High"
|
high: "High"
|
||||||
|
|
||||||
@ -478,9 +479,9 @@ en:
|
|||||||
deleted:
|
deleted:
|
||||||
title: "Deleted"
|
title: "Deleted"
|
||||||
reviewed:
|
reviewed:
|
||||||
title: "(All Reviewed)"
|
title: "(all reviewed)"
|
||||||
all:
|
all:
|
||||||
title: "(Everything)"
|
title: "(everything)"
|
||||||
|
|
||||||
types:
|
types:
|
||||||
reviewable_flagged_post:
|
reviewable_flagged_post:
|
||||||
|
Loading…
Reference in New Issue
Block a user