Update profile.blade.php

This commit is contained in:
Julian Prieber 2023-06-17 01:37:30 +02:00
parent 9f6cdab3f2
commit e23483f787

View File

@ -82,7 +82,7 @@
@csrf
<div class="form-group col-lg-8"><br><br><br>
<h4>{{__('messages.Import user data')}}</h4>
<label>{{__('messages.Import your user data from another instance.')}}</label>
<label>{{__('messages.Import your user data from another instance')}}</label>
<input type="file" accept="application/JSON" class="form-control" id="customFile" name="import">
</div>