From 0d1e6543d1be4d853cf62810088096b4d8b7cdd9 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 31 Oct 2024 16:39:28 -0500 Subject: [PATCH] fix:use hosted privacy and terms --- resources/views/auth/register.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index f8cf559..50e05fc 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -39,8 +39,8 @@
{!! __('I agree to the :terms_of_service and :privacy_policy', [ - 'terms_of_service' => ''.__('Terms of Service').'', - 'privacy_policy' => ''.__('Privacy Policy').'', + 'terms_of_service' => ''.__('Terms of Service').'', + 'privacy_policy' => ''.__('Privacy Policy').'', ]) !!}