Skip to content

[bug]: Missing translation (?) #6752

@KrzysiekNDS

Description

@KrzysiekNDS

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.

Image

Title definition:

const pageTitle = project?.name ? `${project?.name} - ${t("cycles.label", { count: 2 })}` : undefined;

Steps to reproduce

  1. Go to https://app.plane.so/
  2. Select project
  3. Go to "Cycles"
  4. Look at page title
    Same in other languages (confirmed: French, Spanish, English)

Environment

Production

Browser

Google Chrome

Variant

Cloud

Version

Latest

Metadata

Metadata

Labels

🐛bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions