diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf
index f9ead3eaa37a9598b04bfd301f900f68a7b6b53b..fa45ad81a2df3a0fafed5cddbedb5a10339d3a0c 100644
--- a/Resources/Private/Language/de.locallang.xlf
+++ b/Resources/Private/Language/de.locallang.xlf
@@ -158,6 +158,10 @@
 			<source>City *</source>
 			<target>Ort *</target>
 		</trans-unit>
+		<trans-unit id="frontend.apply.company" approved="yes">
+			<source>Location*</source>
+			<target>Standort*</target>
+		</trans-unit>
 		<trans-unit id="frontend.apply.country" approved="yes">
 			<source>Country *</source>
 			<target>Land *</target>
diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf
index 2ee2be82e5d3146faa9b800eb61e47ce72c5af3e..604c0c0a59fede6c0cf0e4bc466d4d0a4f507110 100644
--- a/Resources/Private/Language/locallang.xlf
+++ b/Resources/Private/Language/locallang.xlf
@@ -120,6 +120,9 @@
 		<trans-unit id="frontend.apply.city">
 			<source>City *</source>
 		</trans-unit>
+		<trans-unit id="frontend.apply.company">
+			<source>Location*</source>
+		</trans-unit>
 		<trans-unit id="frontend.apply.country">
 			<source>Country *</source>
 		</trans-unit>