diff --git a/resources/views/auth/auth-register.blade.php b/resources/views/auth/auth-register.blade.php index 5e56b5d..2c94869 100644 --- a/resources/views/auth/auth-register.blade.php +++ b/resources/views/auth/auth-register.blade.php @@ -53,8 +53,8 @@ class="app-brand-text demo text-body fw-bold ms-1">Codebumble Inc.

{{ __('translate.register_text') }}

@if($possible == 0)
- {{ __('registration_unavailable') }} - {{ __('registration_unavailable_details')}} + {{ __('translate.registration_unavailable') }} + {{ __('translate.registration_unavailable_details')}}
@else