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.
2 parents 9415614 + 5ec0e4b commit 48d11f0Copy full SHA for 48d11f0
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