mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 04:16:16 +02: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">
|
id="category-filter">
|
||||||
<option value="all">{{ $__t('All') }}</option>
|
<option value="all">{{ $__t('All') }}</option>
|
||||||
@foreach($taskCategories as $taskCategory)
|
@foreach($taskCategories as $taskCategory)
|
||||||
<option value="{{ $taskCategory->name }}">{{ $__t($taskCategory->name) }}</option>
|
<option value="{{ $taskCategory->name }}">{{ $taskCategory->name }}</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user