Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shakilofficial0 committed Dec 3, 2023
1 parent 7190157 commit 682a542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/auth-register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class="app-brand-text demo text-body fw-bold ms-1">Codebumble Inc.</span>
<p class="mb-4">{{ __('translate.register_text') }} </p>
@if($possible == 0)
<div class="alert alert-danger p-1 text-center">
{{ __('registration_unavailable') }}
{{ __('registration_unavailable_details')}}
{{ __('translate.registration_unavailable') }}
{{ __('translate.registration_unavailable_details')}}
</div>
@else
<form id="formAuthentication" class="mb-3" action="{{ route('register') }}" method="POST"
Expand Down

0 comments on commit 682a542

Please sign in to comment.