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:
parent
0ea006f72c
commit
e73a6e0432
@ -104,7 +104,7 @@ export const ChangeRequestsTabs = ({
|
||||
|
||||
const tabs = [
|
||||
{
|
||||
title: 'Change requests',
|
||||
title: 'Open',
|
||||
data: openChangeRequests,
|
||||
type: 'open' as const,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user