resources/views/recipe/show.blade.php: rename heading from "Created item" to "Crafted item".
This commit is contained in:
parent
fe7d275caf
commit
bc544a7991
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
@if ($recipe->craft)
|
||||
<div class="mb-4">
|
||||
<x-section-heading>
|
||||
<h2 class="text-3xl">{{ __('Created item') }}</h2>
|
||||
<h2 class="text-3xl">{{ __('Crafted item') }}</h2>
|
||||
</x-section-heading>
|
||||
<p class="px-4 space-y-2">
|
||||
@if ($recipe->craft->external_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue