Show proper translation for terms modal

This commit is contained in:
Benjamin Beganović 2021-04-25 15:57:55 +02:00
parent fc94f2dadb
commit ef2f825346

View File

@ -20,15 +20,13 @@
@endif @endif
</div> </div>
@endforeach @endforeach
<p class="mt-4 block text-sm text-gray-900">{{ ctrans('texts.click_agree_to_accept_terms') }}</p>
</div> </div>
</div> </div>
</div> </div>
<div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse"> <div class="mt-5 sm:mt-4 sm:flex sm:flex-row-reverse">
<div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto"> <div class="flex w-full rounded-md shadow-sm sm:ml-3 sm:w-auto">
<button type="button" id="accept-terms-button" class="button button-primary bg-primary"> <button type="button" id="accept-terms-button" class="button button-primary bg-primary">
{{ ctrans('texts.agree') }} {{ ctrans('texts.i_agree') }}
</button> </button>
</div> </div>
<div class="mt-3 flex w-full rounded-md shadow-sm sm:mt-0 sm:w-auto"> <div class="mt-3 flex w-full rounded-md shadow-sm sm:mt-0 sm:w-auto">