Add cloudflare warning when register
This commit is contained in:
parent
fac734b6a8
commit
3810837b65
3 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
.fields-group
|
||||
= f.input :agreement, as: :boolean, wrapper: :with_label, label: t('auth.privacy_policy_agreement_html', rules_path: about_more_path, privacy_policy_path: privacy_policy_path), required: true
|
||||
|
||||
%div
|
||||
= t('auth.cloudflare_with_registering')
|
||||
|
||||
.actions
|
||||
= f.button :button, @invite.present? ? t('auth.register') : sign_up_message, type: :submit
|
||||
|
||||
|
|
|
@ -994,6 +994,7 @@ en:
|
|||
auth:
|
||||
apply_for_account: Request an account
|
||||
change_password: Password
|
||||
cloudflare_with_registering: With cloudflare on auth
|
||||
confirmations:
|
||||
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
||||
delete_account: Delete account
|
||||
|
|
|
@ -970,6 +970,7 @@ ja:
|
|||
auth:
|
||||
apply_for_account: アカウントのリクエスト
|
||||
change_password: パスワード
|
||||
cloudflare_with_registering: 登録時にCloudflareの画面が表示されます。登録できないときは tt@kmycode.net までご連絡ください
|
||||
confirmations:
|
||||
wrong_email_hint: メールアドレスが正しくない場合は、アカウント設定で変更できます。
|
||||
delete_account: アカウントの削除
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue