diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/PaypalSettings.js b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/PaypalSettings.js index 62240b35b..86a0c81af 100644 --- a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/PaypalSettings.js +++ b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/PaypalSettings.js @@ -142,10 +142,10 @@ const PaypalSettings = () => { }; const languagesExample = [ - { value: 'en', label: 'English' }, - { value: 'de', label: 'German' }, - { value: 'es', label: 'Spanish' }, - { value: 'it', label: 'Italian' }, + { value: 'en_US', label: 'English' }, + { value: 'de_DE', label: 'German' }, + { value: 'es_ES', label: 'Spanish' }, + { value: 'it_IT', label: 'Italian' }, ]; const subtotalAdjustmentChoices = [