Skip to content

Commit a151e60

Browse files
committed
fix: fix email subject
1 parent c256cfc commit a151e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/services/phone_notification_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (service *PhoneNotificationService) Send(ctx context.Context, params *Phone
167167
params.MessageID,
168168
),
169169
))
170-
msg := fmt.Sprintf("cannot send notification for to your phone [%s]. Reinstall the httpSMS app on your Android phone.", phone.PhoneNumber)
170+
msg := fmt.Sprintf("cannot send notification to your phone [%s]. Reinstall the httpSMS app on your Android phone.", phone.PhoneNumber)
171171
return service.handleNotificationFailed(ctx, errors.New(msg), params)
172172
}
173173

0 commit comments

Comments
 (0)