diff --git a/internal/serve/httphandler/receiver_send_otp_handler.go b/internal/serve/httphandler/receiver_send_otp_handler.go index ee3114631..816dea1f7 100644 --- a/internal/serve/httphandler/receiver_send_otp_handler.go +++ b/internal/serve/httphandler/receiver_send_otp_handler.go @@ -18,8 +18,8 @@ import ( "github.com/stellar/stellar-disbursement-platform-backend/internal/utils" ) -// we need to send this disclaimer as part of the message that includes the OTP to remind the user how sensitive -// this data is +// OTPMessageDisclaimer contains disclaimer text that needs to be added as part of the OTP message to remind the +// receiver how sensitive the data is. const OTPMessageDisclaimer = " If you did not request this code, please ignore. Do not share your code with anyone." type ReceiverSendOTPHandler struct {