From a804f94090a4bb9450f71fc4dc5cdaf57672e95b Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Thu, 23 Apr 2020 15:58:26 +0200 Subject: [PATCH] - Einverstaendniserklaerung im Backend beim Anlegen eines Datensatzes --- resources/lang/en/validation.php | 2 +- resources/views/publish/create-step1.blade.php | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 8c30d27..b9d8a57 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -133,7 +133,7 @@ return [ // 'old_password' => 'Old Password', // 'new_password' => 'New Password', // 'new_password_confirmation' => 'New Password Confirmation', - 'terms_and_conditions' => 'terms and conditions', + 'terms_and_conditions' => 'Einverständniserklärung', ], 'pages' => [ 'title' => 'Title', diff --git a/resources/views/publish/create-step1.blade.php b/resources/views/publish/create-step1.blade.php index 6de21f8..0b350f0 100644 --- a/resources/views/publish/create-step1.blade.php +++ b/resources/views/publish/create-step1.blade.php @@ -351,12 +351,18 @@