Fix tiny typo, and added link to terms and conditions in confirmation email for Japanese. (#1975) (#1975)

This commit is contained in:
anon
2017-04-17 17:32:09 +09:00
committed by Eugen
parent 78bdfc4589
commit f8ae12909c
4 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,11 @@
<p>ようこそ<%= @resource.email %>さん</p>
<p>以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください</p>
<p><%= @instance %>にアカウントが作成されました。</p>
<p>以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください。</p>
<p><%= link_to 'メールアドレスの確認', confirmation_url(@resource, confirmation_token: @token) %></p>
<p>また、インスタンスの<%= link_to '利用規約', terms_url %>についてもご確認ください。</p>
<p><%= @instance %> チーム</p>