Load More button for repeater loads but does not perform the replacements data in code onReady

I have data collection and i save installment (inst) as number
On first load i have code to replace it to text.
I have a function loadRepeate()
$w(“repeater1”).forEachItem…
if($ItemData.inst === 1)
$Item(“text46”).text=“one time payment”;
Ect…
On pressing the load more button - more repeaters are load 12 of them are loaded but the function is not perforemed so it shows the numeric data not the equivalent text.
The onReady function is performed only once on first load time.

Where should i place a call to the function loadRepeater() to change the numeric data to
text.

It shows the amount and next to it the equivalent text and on the next load data:
It shows 150 1 where 1 is the saved data

Is this feature supported