### What? I noticed the plugin-seo exported field component MetaTitleComponent was missing a localized field property in the UI. Localization is working, it just wasnt represented in the UI ### Why? This improves the localization UI for plugin-seo ### How? The localized prop wasn't being passed along to the Label component This implementation is a direct copy of the implementation in the MetaDescription https://github.com/payloadcms/payload/blob/main/packages/plugin-seo/src/fields/MetaDescription/MetaDescriptionComponent.tsx Screenshot of issue:  Co-authored-by: Patrick Roelofs <patrick.roelofs@iquality.nl>