Hi there.
When you have added rows to a repeater there are +/- buttons next to the row that say ‘Add Row’ or ‘Remove Row’, respectively, when you mouse over them. How do I change those labels?
I see how to change the labels adding a new row…but I don’t see how to change the labels for other buttons in the repeater.
Thanks in advance.
There currently isn’t a way to change this and ACF does not appear to use the label entered for the repeater. I would suggest contacting the developers.
This could be done using JaveScript to alter the “title” attribute of every link on page load and every time a new row is added.