Tweak text on admin page

This commit is contained in:
Scott Erickson 2016-03-04 11:14:18 -08:00
parent a4461f94ce
commit 0b6390795a

View file

@ -6,11 +6,11 @@ block content
form#espionage-form.form-group
label.control-label.col-sm-2(for="espionage-name-or-email" data-i18n="admin.av_espionage") Espionage
.col-sm-4
input.form-control#espionage-name-or-email(data-i18n="[placeholder]admin.av_espionage_placeholder", placeholder="Email or username", type="text")
input.form-control#espionage-name-or-email(placeholder="Email, username or id", type="text")
.col-sm-1
button.btn.btn-primary.btn-large#enter-espionage-mode 007
label.control-label.col-sm-5(for="espionage-name-or-email")
em you are currently #{me.get('name')} at #{me.get('email')}
em you are currently #{me.get('name')} at #{me.get('email')}
if view.amActually
br
em but you are actually #{view.amActually.get('name')} at #{view.amActually.get('email')}