-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
🐛bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
The title on the cycles page is missing – probably the translation key "cycles.label" is missing.
I couldn't run the local development environment (webpack crashes) and didn't have time to fix it. I might find some time in the future to get it running and fix this bug.
Title definition:
plane/web/app/[workspaceSlug]/(projects)/projects/(detail)/[projectId]/cycles/(list)/page.tsx
Line 41 in d36c3ac
| const pageTitle = project?.name ? `${project?.name} - ${t("cycles.label", { count: 2 })}` : undefined; |
Steps to reproduce
- Go to https://app.plane.so/
- Select project
- Go to "Cycles"
- Look at page title
Same in other languages (confirmed: French, Spanish, English)
Environment
Production
Browser
Google Chrome
Variant
Cloud
Version
Latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛bugSomething isn't workingSomething isn't working
