Skip to content

Commit

Permalink
Update PreferencesThreads.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Dec 29, 2023
1 parent 9b06484 commit 47ba622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/screens/PreferencesThreads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export function PreferencesThreads({navigation}: Props) {
{key: 'newest', label: _(msg`Newest replies first`)},
{
key: 'most-likes',
label: _(msg`Most-liked replies first`)
label: _(msg`Most-liked replies first`),
},
{
key: 'random',
label: _(msg`Random (aka "Poster\'s Roulette")`)
label: _(msg`Random (aka "Poster\'s Roulette")`),
},
]}
onSelect={key => setThreadViewPrefs({sort: key})}
Expand Down

0 comments on commit 47ba622

Please sign in to comment.