Skip to content

Commit e23483f

Browse files
committed
Update profile.blade.php
1 parent 9f6cdab commit e23483f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/studio/profile.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
<div class="col-lg-8">
6565
<button class="btn btn-outline-secondary">
6666
<a href="{{ route('exportAll') }}">
67-
<i class="bi bi-layer-backward"></i>{{__('messages.Export all data')}}
67+
<i class="bi bi-layer-backward"></i> {{__('messages.Export all data')}}
6868
</a>
6969
</button>
7070
<button class="btn btn-outline-secondary">
7171
<a href="{{ route('exportLinks') }}">
72-
<i class="bi bi-layer-backward"></i>{{__('messages.Export links only')}}
72+
<i class="bi bi-layer-backward"></i> {{__('messages.Export links only')}}
7373
</a>
7474
</button>
7575
</div>
@@ -82,7 +82,7 @@
8282
@csrf
8383
<div class="form-group col-lg-8"><br><br><br>
8484
<h4>{{__('messages.Import user data')}}</h4>
85-
<label>{{__('messages.Import your user data from another instance.')}}</label>
85+
<label>{{__('messages.Import your user data from another instance')}}</label>
8686
<input type="file" accept="application/JSON" class="form-control" id="customFile" name="import">
8787
</div>
8888

0 commit comments

Comments
 (0)