Fix tiny typo, and added link to terms and conditions in confirmation email for Japanese. (#1975) (#1975)
This commit is contained in:
parent
78bdfc4589
commit
f8ae12909c
4 changed files with 16 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue