X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/2515/head:/resources/lang/de/validation.php diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index b6105d192..8b1febc85 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.', 'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.', 'same' => ':attribute und :other müssen übereinstimmen.', + 'safe_url' => 'Der angegebene Link ist möglicherweise nicht sicher.', 'size' => [ 'numeric' => ':attribute muss :size sein.', 'file' => ':attribute muss :size Kilobytes groß sein.',