We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9415614 commit 5ec0e4bCopy full SHA for 5ec0e4b
resources/views/livewire/empty-column.blade.php
@@ -6,6 +6,6 @@
6
class="w-10 h-10 text-gray-400 dark:text-gray-600 mb-2"
7
/>
8
<p class="text-sm text-gray-500 dark:text-gray-400">
9
- {{ __('flowforge::flowforge.no_cards_in_column', ['cardLabel' => strtolower($pluralCardLabel)]) }}
+ {{ __('flowforge::flowforge.no_cards_in_column', ['cardLabel' => $pluralCardLabel]) }}
10
</p>
11
</div>
0 commit comments