mirror of
https://github.com/grocy/grocy.git
synced 2025-10-16 02:07:56 +00:00
Just name it "fields" not "userfields" for custom objects (references #242)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<i class="fas fa-plus"></i> {{ $__t('Add') }}
|
||||
</a>
|
||||
<a class="btn btn-outline-secondary" href="{{ $U('/userfields?entity=' . 'userentity-' . $userentity->name) }}">
|
||||
<i class="fas fa-sliders-h"></i> {{ $__t('Configure userfields') }}
|
||||
<i class="fas fa-sliders-h"></i> {{ $__t('Configure fields') }}
|
||||
</a>
|
||||
</h1>
|
||||
<h5 class="text-muted">{{ $userentity->description }}</h5>
|
||||
|
Reference in New Issue
Block a user