You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin UI version view, the Polish translation system incorrectly merges two translation labels (version.version and version.autosavedVersion), causing the interface to display “Wersja Wersja utworzona:” instead of the expected “Wersja utworzona:”.
This issue is due to how PayloadCMS constructs labels internally, not due to any project-level override or custom code.
Link to the code that reproduces this issue
This happens inside PayloadCMS core — we cannot provide a public reproduction repository as our project is private. However, the issue can be reproduced using the default admin with Polish (pl) i18n enabled.
Reproduction Steps
🔁 Reproduction Steps:
Log in as an admin.
Go to a page or collection with at least two versions saved.
Open the versions list and click on any saved version.
Look at the label under the page title, above the creation date.
Actual result:
Displays: Wersja Wersja utworzona:
Expected result:
Displays: Wersja utworzona:
Which area(s) are affected? (Select all that apply)