mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 23:59:26 +01:00
Task categories are not something that is translated...
This commit is contained in:
parent
1d4cf0b451
commit
4eb648c309
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user