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'>
|
||||
<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 class='reviewable-filter topic-filter'>
|
||||
|
@ -436,6 +436,7 @@ en:
|
||||
new_topic: "Approving this item will create a new topic"
|
||||
|
||||
filters:
|
||||
all_categories: "(all categories)"
|
||||
type:
|
||||
title: "Type"
|
||||
all: "(all types)"
|
||||
@ -451,7 +452,7 @@ en:
|
||||
|
||||
priority:
|
||||
title: "Minimum Priority"
|
||||
low: "Low"
|
||||
low: "(any)"
|
||||
medium: "Medium"
|
||||
high: "High"
|
||||
|
||||
@ -478,9 +479,9 @@ en:
|
||||
deleted:
|
||||
title: "Deleted"
|
||||
reviewed:
|
||||
title: "(All Reviewed)"
|
||||
title: "(all reviewed)"
|
||||
all:
|
||||
title: "(Everything)"
|
||||
title: "(everything)"
|
||||
|
||||
types:
|
||||
reviewable_flagged_post:
|
||||
|
Loading…
Reference in New Issue
Block a user