1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00

chore: Reword "created" to "created by me" (#10935)

Changes the wording on the quick filter to be "created by me" instead of
just "created". This should make it clearer exactly what the filter
does.

Before:
<img width="525" height="141" alt="image"
src="https://github.com/user-attachments/assets/e7f0621a-469d-4967-99a6-66b6b583f20a"
/>


After:
<img width="556" height="145" alt="image"
src="https://github.com/user-attachments/assets/52ee5194-9284-4364-8e33-b56b61e20b32"
/>
This commit is contained in:
Thomas Heartman 2025-11-06 14:33:20 +01:00 committed by GitHub
parent 3d476c5113
commit 4e2b39fcf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ export const UserFilterChips: FC<UserFilterChipsProps> = ({
return (
<StyledContainer>
<StyledChip
label={'Created'}
label={'Created by me'}
data-selected={activeUserFilter === 'created'}
onClick={handleUserFilterChange('created')}
title={'Show change requests created by you'}