Hello,
Other important point about replacing placeholders is that in the same paragraph you can't have a placeholder with the same name that an existing string.
For example:
$ALFA$ This is the alfa paragraph.
Please use other placeholder value such as:
$VAR_ALFA$ This is the alfa paragraph.
Regards.