laravel / nova-issues

556 stars 34 forks source link

Missed localization in repeater field #5714

Closed FaridAghili closed 1 year ago

FaridAghili commented 1 year ago

Description

In this file: resources/js/fields/Form/RepeaterField.vue

On line 54: <span>Add {{ currentField.repeatables[0].singularLabel }}</span>

Add is not translatable.

crynobone commented 1 year ago

This has been fixed and pending next release.