mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
scored_oldest_first: update sort caption
This commit is contained in:
@@ -8,7 +8,7 @@ class Scored_Oldest_First extends Plugin {
|
||||
|
||||
function hook_headlines_custom_sort_map() {
|
||||
return [
|
||||
"dates_reverse_scored" => "Oldest first (legacy)"
|
||||
"dates_reverse_scored" => "Oldest first (with score)"
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user