diff --git a/src/components/CMyCardService/CMyCardService.ts b/src/components/CMyCardService/CMyCardService.ts index c8a70a97..9128bf79 100644 --- a/src/components/CMyCardService/CMyCardService.ts +++ b/src/components/CMyCardService/CMyCardService.ts @@ -587,7 +587,7 @@ export default defineComponent({ } async function condividi() { - const mystr = "ā‡ļø Ecco l'annuncio da condividere !\nPuoi copiarlo oppure inoltrarlo a chi vuoi.\n\nE\' utile pubblicarlo anche nel gruppo Telegram RISO territoriale o in RISO RIevoluzione SOlidale (Topic \'Annunci RISO\')\n\nšŸ‘‡šŸ»šŸ‘‡šŸ»šŸ‘‡šŸ» " + const mystr = "ā‡ļø Ecco l'annuncio da condividere !\nPuoi copiarlo oppure inoltrarlo a chi vuoi.\n\nE\' utile pubblicarlo anche nel gruppo Telegram RISO territoriale o in RISO RIevoluzione SOlidale (Topic \'Annunci RISO\') " await tools.sendMsgTelegramCmd($q, t, shared_consts.MsgTeleg.SHARE_TEXT, false, mystr) tools.copyToClip($q, getlinkpage(), true)