1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00

chore: change from "change requests" to "open" in project change request tabs (#10648)

For some reason, the two change request tabs are called "Change
Requests" and "Closed", instead of "Open" and "Closed".

I suspect this may be an error, but this fixes it. 

Before:
<img width="383" height="176" alt="image"
src="https://github.com/user-attachments/assets/faf95827-f384-4187-bc0b-f32b8fbbef41"
/>

After:
<img width="372" height="166" alt="image"
src="https://github.com/user-attachments/assets/67528024-7783-42e3-b014-bad4f7bc871b"
/>
This commit is contained in:
Thomas Heartman 2025-09-10 16:05:22 +02:00 committed by GitHub
parent 509dd80f86
commit aec3461159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ export const ChangeRequestsTabs = ({
const tabs = [ const tabs = [
{ {
title: 'Change requests', title: 'Open',
data: openChangeRequests, data: openChangeRequests,
type: 'open' as const, type: 'open' as const,
}, },