Task categories are not something that is translated...

This commit is contained in:
Bernd Bestel 2023-12-25 08:44:29 +01:00
parent 1d4cf0b451
commit 4eb648c309
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -90,7 +90,7 @@
id="category-filter">
<option value="all">{{ $__t('All') }}</option>
@foreach($taskCategories as $taskCategory)
<option value="{{ $taskCategory->name }}">{{ $__t($taskCategory->name) }}</option>
<option value="{{ $taskCategory->name }}">{{ $taskCategory->name }}</option>
@endforeach
</select>
</div>