mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Merge pull request #215 from suissa/patch-3
Update typebot.service.ts - element.underline change ~ for *
This commit is contained in:
commit
1a57f4f33d
@ -369,7 +369,7 @@ export class TypebotService {
|
||||
}
|
||||
|
||||
if (element.underline) {
|
||||
text = `~${text}~`;
|
||||
text = `*${text}*`;
|
||||
}
|
||||
|
||||
if (element.url) {
|
||||
|
Loading…
Reference in New Issue
Block a user