mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Just name it "fields" not "userfields" for custom objects (references #242)
This commit is contained in:
parent
096fb7a116
commit
2522b3748c
@ -1450,3 +1450,6 @@ msgstr ""
|
||||
|
||||
msgid "For example"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configure fields"
|
||||
msgstr ""
|
||||
|
@ -44,7 +44,7 @@
|
||||
<i class="fas fa-trash"></i>
|
||||
</a>
|
||||
<a class="btn btn-secondary btn-sm" href="{{ $U('/userfields?entity=userentity-') }}{{ $userentity->name }}">
|
||||
<i class="fas fa-th-list"></i> {{ $__t('Configure userfields') }}
|
||||
<i class="fas fa-th-list"></i> {{ $__t('Configure fields') }}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user