From ae4820e412f1b3d796536a16b99484848665671a Mon Sep 17 00:00:00 2001 From: Damon To Date: Sat, 17 Aug 2024 19:37:10 +0800 Subject: [PATCH] chore: Update profile download confirmation message --- internal/app/handler/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/handler/download.go b/internal/app/handler/download.go index 8eddb02..da6bdaa 100644 --- a/internal/app/handler/download.go +++ b/internal/app/handler/download.go @@ -106,7 +106,7 @@ func (h *DownloadHandler) download(c telebot.Context) error { func (h *DownloadHandler) handleDownloadProgress(c telebot.Context, message *telebot.Message, current string, profileMetadata *lpac.Profile, downloadConfirmation chan bool) error { if profileMetadata != nil && current == lpac.ProgressMetadataParse { template := ` -Are you sure you want to download the profile? +Are you sure you want to download this profile? Provider Name: %s Profile Name: %s ICCID: %s