diff --git a/www/templates/wot/view_identity_tx.html b/www/templates/wot/view_identity_tx.html
index 8c90520c08db9dc66392cb7a44f131a4b6c371d3..1db23ab9eae32e6f9fce5f4af3de90fbd9f9be8b 100644
--- a/www/templates/wot/view_identity_tx.html
+++ b/www/templates/wot/view_identity_tx.html
@@ -1,6 +1,9 @@
 <ion-view left-buttons="leftButtons">
   <ion-nav-title>
-    <span class="visible-xs visible-sm">{{::formData.name||formData.uid||(formData.pubkey|formatPubkey)}}</span>
+    <span class="visible-xs visible-sm" ng-if="!loading">
+      <span ng-if="formData.name || formData.uid">{{formData.name || formData.uid}} </span>
+      <i class="ion-key"></i> {{formData.pubkey|formatPubkey}}
+    </span>
     <span class="hidden-xs hidden-sm"
           ng-if="!loading">
       <ng-if ng-if="formData.name || formData.uid">{{'WOT.OPERATIONS.TITLE'|translate: {uid: formData.name || formData.uid} }}</ng-if>