diff --git a/handlers/application/mpesa.go b/handlers/application/mpesa.go index 876cd95..695c0e2 100644 --- a/handlers/application/mpesa.go +++ b/handlers/application/mpesa.go @@ -387,11 +387,10 @@ func (h *MenuHandlers) InitiateGetMpesa(ctx context.Context, sym string, input [ logg.InfoCtxf(ctx, "TokenTransfer normal", "trackingId", tokenTransfer.TrackingId) - res.Content = l.Get("Your request has been sent. You will receive ~ %s ksh", data.TemporaryValue) + res.Content = l.Get("Your request has been sent. Please await confirmation") res.FlagReset = append(res.FlagReset, flag_account_authorized) return res, nil - } swapAmount, err := userStore.ReadEntry(ctx, sessionId, storedb.DATA_ACTIVE_SWAP_AMOUNT) diff --git a/services/registration/locale/swa/default.po b/services/registration/locale/swa/default.po index 911acd7..21d30ce 100644 --- a/services/registration/locale/swa/default.po +++ b/services/registration/locale/swa/default.po @@ -61,8 +61,8 @@ msgstr "Weka kiasi cha M-Pesa cha kupata: (Kikomo %s Ksh)\n" msgid "You are sending %s %s in order to receive ~ %s ksh" msgstr "Unatuma ~ %s %s ili upoke %s ksh" -msgid "Your request has been sent. You will receive ~ %s ksh" -msgstr "Ombi lako limetumwa. Utapokea ~ %s ksh" +msgid "Your request has been sent. Please await confirmation" +msgstr "Ombi lako limetumwa. Tafadhali subiri" msgid "Enter the amount of M-Pesa to send: (Minimum %s Ksh)\n" msgstr "Weka kiasi cha M-Pesa cha kutuma: (Kima cha chini %s Ksh)\n"