Skip to content

Commit 143eee2

Browse files
committed
Some typos
1 parent 1d89e46 commit 143eee2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/admin/agent/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="card bg-light">
1313
<div class="card-header">
1414
<h2>{{ trans('panichd::admin.agent-index-title') }}
15-
<button class="btn btn-primaryfloat-right" data-toggle="modal" data-target="#CreateAgentModal">{{ trans('panichd::admin.agent-index-create-new') }}</button>
15+
<button class="btn btn-primary float-right" data-toggle="modal" data-target="#CreateAgentModal">{{ trans('panichd::admin.agent-index-create-new') }}</button>
1616
</h2>
1717
</div>
1818

src/Views/admin/configuration/create.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- Submit Field -->
5959
<div class="form-group row">
6060
<div class="col-sm-10 offset-sm-2">
61-
{!! CollectiveForm::submit(trans('panichd::admin.btn-add'), ['class' => 'btn btn-primary']) !!}
61+
{!! CollectiveForm::submit(trans('panichd::lang.btn-add'), ['class' => 'btn btn-primary']) !!}
6262
</div>
6363
</div>
6464

0 commit comments

Comments
 (0)