mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
FEATURE: Can sort reviewable queue
Choices are Priority / Created At (and desc versions.)
This commit is contained in:
@@ -363,6 +363,7 @@ en:
|
||||
placeholder: "type the message title here"
|
||||
|
||||
review:
|
||||
order_by: "Order by"
|
||||
in_reply_to: "in reply to"
|
||||
claim_help:
|
||||
optional: "You can claim this item to prevent others from reviewing it."
|
||||
@@ -442,6 +443,12 @@ en:
|
||||
refresh: "Refresh"
|
||||
status: "Status"
|
||||
category: "Category"
|
||||
orders:
|
||||
priority: "Priority"
|
||||
priority_asc: "Priority (reverse)"
|
||||
created_at: "Created At"
|
||||
created_at_asc: "Created At (reverse)"
|
||||
|
||||
priority:
|
||||
title: "Minimum Priority"
|
||||
low: "Low"
|
||||
|
||||
Reference in New Issue
Block a user