Add unique context to ‘People I follow’ in FromDropdown.tsx (#11275)
Co-authored-by: Byte <byte@coreyja.com>
This commit is contained in:
@@ -20,7 +20,10 @@ export function FromDropdown({
|
|||||||
|
|
||||||
const options: {value: FromFilter; label: string}[] = [
|
const options: {value: FromFilter; label: string}[] = [
|
||||||
{value: 'anyone', label: l`No author filter`},
|
{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`},
|
{value: 'me', label: l`Me`},
|
||||||
]
|
]
|
||||||
const currentLabel =
|
const currentLabel =
|
||||||
|
|||||||
Reference in New Issue
Block a user