Skip to content

Commit 4c1e17c

Browse files
committed
fix typo
1 parent 0424cc2 commit 4c1e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/accounts/accounts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ defmodule Algora.Accounts do
645645
Email.new()
646646
|> Email.to(email)
647647
|> Email.from({"Algora", "[email protected]"})
648-
|> Email.subject("#{code} - Algora Sign-in Verification")
648+
|> Email.subject("#{code} - Algora Sign-up Verification")
649649
|> Email.text_body("""
650650
Hi there,
651651

0 commit comments

Comments
 (0)