We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5e0e76 + 895c043 commit e9c505bCopy full SHA for e9c505b
src/resources/views/crud/fields/repeatable.blade.php
@@ -40,7 +40,7 @@
40
</div>
41
42
43
- <button type="button" class="btn btn-outline-primary btn-sm ml-1 add-repeatable-element-button">+ {{ trans('backpack::crud.new_item') }}</button>
+ <button type="button" class="btn btn-outline-primary btn-sm ml-1 add-repeatable-element-button">+ {{ $field['new_item_label'] ?? trans('backpack::crud.new_item') }}</button>
44
45
@include('crud::fields.inc.wrapper_end')
46
0 commit comments