Skip to content

Commit 48d11f0

Browse files
Merge pull request #54 from OccTherapist/patch-1
Update translation key usage in empty-column view
2 parents 9415614 + 5ec0e4b commit 48d11f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/empty-column.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
class="w-10 h-10 text-gray-400 dark:text-gray-600 mb-2"
77
/>
88
<p class="text-sm text-gray-500 dark:text-gray-400">
9-
{{ __('flowforge::flowforge.no_cards_in_column', ['cardLabel' => strtolower($pluralCardLabel)]) }}
9+
{{ __('flowforge::flowforge.no_cards_in_column', ['cardLabel' => $pluralCardLabel]) }}
1010
</p>
1111
</div>

0 commit comments

Comments
 (0)