Skip to content

Commit d32e32f

Browse files
author
Matt Rothenberg
committed
fix: set default language as array
1 parent 200ec0d commit d32e32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fieldtypes/Address.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function configFieldItems(): array
4747
'display' => __('Language'),
4848
'instructions' => __('Specify the language to use for response text and, for forward geocoding, query result weighting. Options are IETF language tags comprised of a mandatory ISO 639-1 language code and optionally one or more IETF subtags for country or script.'),
4949
'width' => 50,
50-
'default' => 'en'
50+
'default' => ['en']
5151
]
5252
];
5353
}

0 commit comments

Comments
 (0)