We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d64f84 commit 0685c2eCopy full SHA for 0685c2e
src/Integration.php
@@ -431,9 +431,8 @@ public function get_settings_fields() {
431
'title' => \__( 'Country code', 'pronamic_ideal' ),
432
'type' => 'text',
433
'classes' => [ 'regular-text', 'code' ],
434
- 'tooltip' => __( 'Country code used when it cannot be derived from the customer details.', 'pronamic_ideal' ),
+ 'tooltip' => \__( 'Country code used when it cannot be derived from the customer details.', 'pronamic_ideal' ),
435
'required' => true,
436
- 'default' => 'NL',
437
];
438
439
// Return fields.
0 commit comments