From e9ea76649d3c4f895aec77986437a5229472a025 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 13 Apr 2020 10:22:49 +0200
Subject: [PATCH] [enh] Better icon for private message - fix #900

---
 www/plugins/es/templates/message/lookup_lg.html        | 6 +++---
 www/plugins/es/templates/wot/view_identity_extend.html | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/plugins/es/templates/message/lookup_lg.html b/www/plugins/es/templates/message/lookup_lg.html
index ad7bc8ad7..e03c9ac2c 100644
--- a/www/plugins/es/templates/message/lookup_lg.html
+++ b/www/plugins/es/templates/message/lookup_lg.html
@@ -21,9 +21,9 @@
       <button class="button button-stable button-small-padding icon ion-loop" ng-click="load()">
       </button>
 
-      <button class="button button-calm icon ion-compose"
-              ng-click="showNewMessageModal()">
-        {{'MESSAGE.BTN_COMPOSE' | translate}}
+      <button class="button button-calm"
+              ng-click="showNewMessageModal()" translate>
+        MESSAGE.BTN_COMPOSE
       </button>
 
       <button class="button button-stable button-small-padding icon ion-android-more-vertical"
diff --git a/www/plugins/es/templates/wot/view_identity_extend.html b/www/plugins/es/templates/wot/view_identity_extend.html
index 722691a34..f75b6d7eb 100644
--- a/www/plugins/es/templates/wot/view_identity_extend.html
+++ b/www/plugins/es/templates/wot/view_identity_extend.html
@@ -11,13 +11,13 @@
           class="button button-fab button-fab-top-left button-fab-hero mini button-stable spin"
           style="left: 88px;"
           ng-click="showNewMessageModal()">
-    <i class="icon ion-compose"></i>
+    <i class="icon ion-email"></i>
   </button>
 </ng-if>
 
 <!-- Buttons section -->
 <ng-if ng-if=":state:enable && extensionPoint === 'buttons'">
-  <button class="button button-stable button-small-padding icon ion-compose"
+  <button class="button button-stable button-small-padding icon ion-email"
           ng-disabled="loading"
           ng-click="showNewMessageModal()"
           title="{{'MESSAGE.BTN_WRITE' | translate}}">
-- 
GitLab