Skip to content

Commit

Permalink
UI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Dec 8, 2024
1 parent a733d2b commit 13e2762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/backend/taxonomy/terms/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Taxonomy -->
<div class="col-12 py-2">
<div class="col ps-0">
<label for="taxonomy">Taxonomy*</label>
<label for="taxonomy">Taxonomy</label>
</div>
<div class="col-md-12 px-0">
{!! Form::text('taxonomy_name', $taxonomy->name, ['class' => 'form-control', 'readonly']) !!}
Expand Down

0 comments on commit 13e2762

Please sign in to comment.