Add unique context to ‘People I follow’ in FromDropdown.tsx (#11275)

Co-authored-by: Byte <byte@coreyja.com>
This commit is contained in:
smileyhead
2026-08-04 19:47:31 +02:00
committed by GitHub
parent f1cfa37bab
commit ec49988fa7
@@ -20,7 +20,10 @@ export function FromDropdown({
const options: {value: FromFilter; label: string}[] = [
{value: 'anyone', label: l`No author filter`},
{value: 'following', label: l`People I follow`},
{
value: 'following',
label: l({context: 'display posts made by', message: 'People I follow'}),
},
{value: 'me', label: l`Me`},
]
const currentLabel =