I'm not able to implement the line break in the following code:
<p:confirm icon="ui-icon-alert" header="Confirma a alteração do Status"
message="Tem certeza que deseja alterar a Situação do Candidato? O reenvio no período de 6 meses poderá haver uma nova cobranca!">
</p:confirm>
I need the text that is after the interrogation to appear on the bottom line.
I already tried \n
and it did not work. It is not allowed to use <br>
.