mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +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"
|
msgid "For example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Configure fields"
|
||||||
|
msgstr ""
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<i class="fas fa-trash"></i>
|
<i class="fas fa-trash"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-secondary btn-sm" href="{{ $U('/userfields?entity=userentity-') }}{{ $userentity->name }}">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<i class="fas fa-plus"></i> {{ $__t('Add') }}
|
<i class="fas fa-plus"></i> {{ $__t('Add') }}
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-outline-secondary" href="{{ $U('/userfields?entity=' . 'userentity-' . $userentity->name) }}">
|
<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>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<h5 class="text-muted">{{ $userentity->description }}</h5>
|
<h5 class="text-muted">{{ $userentity->description }}</h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user