QuackieMackie
Active member
I'm creating a phrase with the text:
In the template i'm using it like this:
This isn't making the

HTML:
You are about to clear <strong>all</strong> logs for {addon}, are you sure you want to do this? It is permant and logs can not be recovered aftering being deleted.
In the template i'm using it like this:
HTML:
{{ phrase_dynamic('clear_all_logs_for_addon_warning', {'addon': $addon.title }) }}
This isn't making the
all
text bold though, is this something i've done wrong? 