Skip to content

Commit 89ad0eb

Browse files
committed
[BUGFIX] Fix wrong label identifier
1 parent 98c7b2a commit 89ad0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/Private/Language/de.locallang.testing.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
<source>No valid sys_domain entry has been found on the foreign system.</source>
351351
<target state="translated">Es wurde kein gültiger sys_domain Eintrag im entfernte System gefunden.</target>
352352
</trans-unit>
353-
<trans-unit id="application.foreign_sys_domain_present">
353+
<trans-unit id="application.foreign_sys_domain_configured">
354354
<source>A valid sys_domain entry has been found on the foreign system.</source>
355355
<target state="translated">Es wurde ein gültiger sys_domain Eintrag im entfernte System gefunden.</target>
356356
</trans-unit>

Resources/Private/Language/locallang.testing.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<trans-unit id="application.foreign_sys_domain_missing">
281281
<source>No valid sys_domain entry has been found on the foreign system.</source>
282282
</trans-unit>
283-
<trans-unit id="application.foreign_sys_domain_present">
283+
<trans-unit id="application.foreign_sys_domain_configured">
284284
<source>A valid sys_domain entry has been found on the foreign system.</source>
285285
</trans-unit>
286286
</body>

0 commit comments

Comments
 (0)