Organization details empty state is mistakenly showing as "Entity details" for UK language users.

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: None
    • None
    • British English
    • Organisation details
    • {entityType, select, CUSTOMER {Customer details} ORGANISATION {Organisation details} other {Entity details} }
    • {entityType, select, CUSTOMER {Customer details} ORGANIZATION {Organisation details} other {Entity details} }

      The UK English version has mistakenly translated one of the mapping keys from `ORGANIZATION` to `ORGANISATION` 

      ```
      "servicedesk-customer-service-custom-details-sidebar.custom-details-sidebar.empty-state.header": "{entityType, select, CUSTOMER

      {Customer details}

      ORGANISATION {Organisation details} other {Entity details} }",
      ```

      The fix will be reverting the all-caps `ORGANISATION` to `ORGANIZATION`. This has been translated in error - this is a mapping key used in code, and is not shown to customers.

            Assignee:
            Stephen Daimler
            Reporter:
            Emma Young
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: