en.html.erb 490 B

123456789
  1. #{config.product_name} account linked with a third-party application
  2. <div>Hi #{user.firstname},</div>
  3. <br>
  4. <div>It looks like you linked your account <b>with a third-party application</b> "#{t(provider)}".</div>
  5. <br>
  6. <div>If this wasn't you, please remove the linked account from your profile and change your third-party application password. Somebody might have gained unauthorized access to your account on the third-party service.</div>
  7. <br>
  8. <div>Your #{config.product_name} Team</div>