Skip to content
Snippets Groups Projects
Commit f8ae1290 authored by anon's avatar anon Committed by Eugen
Browse files

Fix tiny typo, and added link to terms and conditions in confirmation email...

Fix tiny typo, and added link to terms and conditions in confirmation email for Japanese. (#1975) (#1975)
parent 78bdfc45
No related branches found
No related tags found
No related merge requests found
<p>ようこそ<%= @resource.email %>さん</p> <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 'メールアドレスの確認', confirmation_url(@resource, confirmation_token: @token) %></p>
<p>また、インスタンスの<%= link_to '利用規約', terms_url %>についてもご確認ください。</p>
<p><%= @instance %> チーム</p>
ようこそ<%= @resource.email %>さん ようこそ<%= @resource.email %>さん
以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください <%= @instance %>にアカウントが作成されました。
以下のリンクをクリックしてMastodonアカウントのメールアドレスを確認してください。
<%= confirmation_url(@resource, confirmation_token: @token) %> <%= confirmation_url(@resource, confirmation_token: @token) %>
また、インスタンスの<%= link_to '利用規約', terms_url %>についてもご確認ください。
<%= @instance %> チーム
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
<p><%= link_to 'パスワードを変更', edit_password_url(@resource, reset_password_token: @token) %></p> <p><%= link_to 'パスワードを変更', edit_password_url(@resource, reset_password_token: @token) %></p>
<p>このメールにに覚えのない場合は無視してください。</p> <p>このメールにに覚えのない場合は無視してください。</p>
<p>上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。</p> <p>上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。</p>
...@@ -4,5 +4,5 @@ Mastodonアカウントのパスワードの変更がリクエストされまし ...@@ -4,5 +4,5 @@ Mastodonアカウントのパスワードの変更がリクエストされまし
<%= edit_password_url(@resource, reset_password_token: @token) %> <%= edit_password_url(@resource, reset_password_token: @token) %>
このメールにに覚えのない場合は無視してください。 このメールにに覚えのない場合は無視してください。
上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。 上記のリンクにアクセスし、変更をしない限りパスワードは変更されません。
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment