From 11f4cede856314fb20f575b4a28480fe99de8d1d Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Wed, 28 Feb 2024 00:20:13 +0100 Subject: [PATCH] - fix firstchars --- src/components/CMyCardService/CMyCardService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)