Skip to content
Snippets Groups Projects
Commit 5b7d7ba7 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] fix wording

parent be4be5ee
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ return [
[
'marker' => 'application.street',
'type' => \SGalinski\SgMail\Service\MailTemplateService::MARKER_TYPE_STRING,
'value' => 'Musterstrasse 16',
'value' => 'Musterstraße 16',
'description' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang.xlf:application_mail.marker.street'
],
[
......
......@@ -79,7 +79,7 @@
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_company.street" approved="yes">
<source>Street</source>
<target>Strasse</target>
<target>Straße</target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact" approved="yes">
<source>Contact</source>
......@@ -299,4 +299,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0+"
],
"version": "1.6.0",
"version": "1.6.1",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '1.6.0',
'version' => '1.6.1',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment