mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01:00
Change discussion list sorting labels
This commit is contained in:
parent
23dd966b45
commit
82f1daeef4
@ -112,8 +112,8 @@ export default class DiscussionList extends Component {
|
||||
if (this.props.params.q) {
|
||||
map.relevance = '';
|
||||
}
|
||||
map.recent = '-lastTime';
|
||||
map.replies = '-commentsCount';
|
||||
map.latest = '-lastTime';
|
||||
map.top = '-commentsCount';
|
||||
map.newest = '-startTime';
|
||||
map.oldest = '+startTime';
|
||||
|
||||
|
@ -93,10 +93,11 @@ core:
|
||||
send_password_reset_email: Send Password Reset Email
|
||||
settings: Settings
|
||||
sign_up: Sign Up
|
||||
sort_latest: Latest
|
||||
sort_newest: Newest
|
||||
sort_oldest: Oldest
|
||||
sort_recent: Recent
|
||||
sort_replies: Replies
|
||||
sort_relevance: Relevance
|
||||
sort_top: Top
|
||||
start_a_discussion: Start a Discussion
|
||||
started_a_discussion: Started a discussion
|
||||
unread_posts: "{count} unread"
|
||||
|
Loading…
x
Reference in New Issue
Block a user