### What? This [PR](https://github.com/payloadcms/payload/pull/11546) introduced a bug where the `CopyToLocale` button can show up when localization is false. ### Why? `const disableCopyToLocale = localization && collectionConfig?.admin?.disableCopyToLocale` this line was faulty ### How? Fixed the logic and added test to confirm button doesn't show when localization is false.