Skip to content

Commit

Permalink
chore: Update profile download confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Aug 17, 2024
1 parent 8aa17d4 commit ae4820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/handler/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae4820e

Please sign in to comment.