Skip to content

Commit

Permalink
[TASK] change localisation of county to state
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Sommer committed Jun 13, 2024
1 parent 928cbc9 commit 85bf24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<header/>
<body>
<trans-unit id="county">
<source>County</source>
<source>State</source>
</trans-unit>
</body>
</file>
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'author' => 'Andreas Sommer',
'author_email' => 'sommer@belsignum.com',
'state' => 'stable',
'version' => '11.1.0',
'version' => '11.1.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
Expand Down

0 comments on commit 85bf24a

Please sign in to comment.