Skip to content

Commit

Permalink
Merge pull request #19 from billmn/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong default language format
  • Loading branch information
ousid authored Aug 29, 2024
2 parents a2acd79 + 002163a commit d74a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Components/Turnstile.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Turnstile extends Field

protected string $size = 'normal';

protected string $language = 'en-US';
protected string $language = 'en-us';

protected function setUp(): void
{
Expand Down

0 comments on commit d74a01c

Please sign in to comment.