1
0
Fork 0

resources/views/recipe/show.blade.php: rename heading from "Created item" to "Crafted item".

This commit is contained in:
Henrik Hautakoski 2021-07-31 14:16:11 +02:00
parent fe7d275caf
commit bc544a7991

View file

@ -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)