pydantic / logfire

Uncomplicated Observability for Python and beyond! 🪵🔥
https://logfire.pydantic.dev/docs/
MIT License
2.13k stars 63 forks source link

Inconsistent spelling: "Organisation" vs. "Organization" in invitation modal #417

Closed alejsdev closed 1 month ago

alejsdev commented 1 month ago

Description:

There is an inconsistent use of "organization" (US English) and "organisation" (UK English) in the modal for generating invitation links. Since US English spelling is predominantly used throughout the rest of the application, it seems the inconsistency is unintentional.

Steps to reproduce:

  1. Create a new organization.
  2. Navigate to settings/members/invitations
  3. Click the New Invitation Link button to open the invitation modal.
  4. In the modal, you can see the use of "Organisation" (with an "s") in the title, while "Organization" (with a "z") is used in the body text.

image

Python, Logfire & OS Versions, related packages (not required)

No response

alexmojaki commented 1 month ago

cc @ddanielcruzz @e-hosseini

Kludex commented 1 month ago

We should use "organization".

Kludex commented 1 month ago

Thanks @alejsdev :)

I've fixed it on our frontend, it should be available on our next release. :)

I'll close this preemptively.