about summary refs log tree commit diff
path: root/app/views/auth/mailer/confirmation_instructions.en.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/mailer/confirmation_instructions.en.text.erb')
-rw-r--r--app/views/auth/mailer/confirmation_instructions.en.text.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/auth/mailer/confirmation_instructions.en.text.erb b/app/views/auth/mailer/confirmation_instructions.en.text.erb
new file mode 100644
index 000000000..bb21cf8e2
--- /dev/null
+++ b/app/views/auth/mailer/confirmation_instructions.en.text.erb
@@ -0,0 +1,5 @@
+Welcome <%= @resource.email %>!
+
+You can confirm your Mastodon account email through the link below:
+
+<%= confirmation_url(@resource, confirmation_token: @token) %>