From 373c9e043b15226dd92c150e6953052ad3d62cfa Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Thu, 7 Apr 2016 14:23:29 -0300 Subject: Issue #292: put labels on user pub key and email Since we need always think about our defined personas, it's important to describe properly the information we put on user interface. This aspect is more important when we need to show some non trivial information as the public key fingerprint. So, this change adds label for both info on user "settings" box, email and public user fingerprint. --- web-ui/app/templates/page/user_settings_box.hbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web-ui/app/templates/page') diff --git a/web-ui/app/templates/page/user_settings_box.hbs b/web-ui/app/templates/page/user_settings_box.hbs index a6b575f2..761bfc16 100644 --- a/web-ui/app/templates/page/user_settings_box.hbs +++ b/web-ui/app/templates/page/user_settings_box.hbs @@ -4,5 +4,7 @@

User Settings

+

E-Mail address

{{ account_email }}

+

Public key fingerprint

{{ formatFingerPrint fingerprint }}

-- cgit v1.2.3