Skip to content

Commit

Permalink
Fix widget text
Browse files Browse the repository at this point in the history
  • Loading branch information
SonjaTuro committed Mar 16, 2024
1 parent b264a27 commit 2e3ca4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/feeder-widget.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class="grid flex-1 text-base font-semibold leading-6 text-gray-950 dark:text-whi
</h2>

<p class="text-sm text-gray-500 dark:text-gray-400">
<span x-text="ducksMurdered" class="font-bold"></span> {{ __('duckmode::duck.Ducks-murdered') }}.
<span class="capitalize">{{ __('duckmode::duck.murdered') }}</span>
<span x-text="ducksMurdered" class="font-bold"></span>
{{ __('duckmode::duck.times') }}.
</p>
</div>
<div class="flex-1 flex justify-center">
Expand All @@ -50,7 +52,7 @@ class="grid flex-1 text-base font-semibold leading-6 text-gray-950 dark:text-whi
type="button"
x-on:click="feedDuck"
>
{{ __('duckmode::duck.Give-bread') }}
{{ __('duckmode::duck.give-bread') }}
</x-filament::button>
</div>
</div>
Expand Down

0 comments on commit 2e3ca4d

Please sign in to comment.