Skip to content

Commit 769bb94

Browse files
authored
Update German validation translations
Fixes #15
1 parent c0492ba commit 769bb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/de/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'attached' => 'This :attribute is already attached.',
17-
'relatable' => 'This :attribute may not be associated with this resource.',
16+
'attached' => 'Diese(r/s) :attribute ist bereits angekoppelt.',
17+
'relatable' => 'Diese(r/s) :attribute kann nicht mit dieser Ressource verknüpft werden.',
1818

1919
];

0 commit comments

Comments
 (0)