summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 21:40:03 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-13 21:40:45 +0200
commitac2ce82ab54ec2481f70a6ef030312ccb9960591 (patch)
treee534bf46e53a3284c6b206154ba703bf251e75a2 /templates
parenta1b27184596b5c48407d33d644afa88965496b80 (diff)
Add user display
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/importScreen.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/importScreen.html b/templates/importScreen.html
index 895882e1..d71ed1f2 100644
--- a/templates/importScreen.html
+++ b/templates/importScreen.html
@@ -3,5 +3,6 @@
<h3 id="importscreen-title">{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}</h3>
<span id="importscreen-percent">{{ctrl.importPercent}} %</span>
<progress id="importscreen-progress" max="100" value="{{ctrl.importPercent}}"></progress>
+ <span id="importscreen-user">{{ctrl.importedUser}}</span>
</div>
</div>