Added device info.
This commit is contained in:
parent
b9e0317332
commit
1db7d46569
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
<p>es sieht aus, als ob Du Dich bei <%= c 'product_name' %> mit einem neuen Gerät um "<%= d 'user_device.created_at' %>" angemeldet hast:</p>
|
<p>es sieht aus, als ob Du Dich bei <%= c 'product_name' %> mit einem neuen Gerät um "<%= d 'user_device.created_at' %>" angemeldet hast:</p>
|
||||||
<br>
|
<br>
|
||||||
<p>
|
<p>
|
||||||
|
Dein Gerät: <%= d 'user_device.name' %><br>
|
||||||
Deine Lokation (relativ): <%= d 'user_device.location' %><br>
|
Deine Lokation (relativ): <%= d 'user_device.location' %><br>
|
||||||
Deine IP: <%= d 'user_device.ip' %><br
|
Deine IP: <%= d 'user_device.ip' %><br
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
<p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
|
<p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
|
||||||
<br>
|
<br>
|
||||||
<p>
|
<p>
|
||||||
Your location: <%= d 'user_device.location' %><br>
|
Your device: <%= d 'user_device.name' %><br>
|
||||||
|
Your location (relative): <%= d 'user_device.location' %><br>
|
||||||
Your IP: <%= d 'user_device.ip' %><br
|
Your IP: <%= d 'user_device.ip' %><br
|
||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue