1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: change from "change requests" to "open"

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.
This commit is contained in:
Thomas Heartman 2025-09-10 13:33:01 +02:00
parent 0ea006f72c
commit e73a6e0432
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

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