diff --git a/www/i18n/locale-it-IT.json b/www/i18n/locale-it-IT.json
index 50e2ebbf41394dba49bc88b2d5417da18f2740cb..fe26b5ce8c180edc4cf977cc2f7460e79a3e2bb6 100644
--- a/www/i18n/locale-it-IT.json
+++ b/www/i18n/locale-it-IT.json
@@ -10,7 +10,7 @@
     "BTN_YES": "Sì",
     "BTN_NO": "No",
     "BTN_SEND": "Inviare",
-    "BTN_SEND_MONEY": "Effettuare un pagamento",
+    "BTN_SEND_MONEY": "Pagare",
     "BTN_SEND_MONEY_SHORT": "Pagare",
     "BTN_SAVE": "Salvare",
     "BTN_YES_SAVE": "Sì, salvare",
diff --git a/www/i18n/locale-pt-PT.json b/www/i18n/locale-pt-PT.json
index abea393eda66affc2e4df72776957d36b3070315..1af64cb251bca2eeac1b116d8abeac1d97daa45b 100644
--- a/www/i18n/locale-pt-PT.json
+++ b/www/i18n/locale-pt-PT.json
@@ -10,7 +10,7 @@
     "BTN_YES": "Sim",
     "BTN_NO": "Não",
     "BTN_SEND": "Enviar",
-    "BTN_SEND_MONEY": "Fazer um pagamento",
+    "BTN_SEND_MONEY": "Pago",
     "BTN_SEND_MONEY_SHORT": "Pago",
     "BTN_SAVE": "Guardar",
     "BTN_YES_SAVE": "Sim, guardar",
diff --git a/www/templates/wot/view_identity.html b/www/templates/wot/view_identity.html
index dd28c816f74e879273ae81df545c4b85d9203b21..15054260c5855a0e58bd83c470e0de1cacd059a6 100644
--- a/www/templates/wot/view_identity.html
+++ b/www/templates/wot/view_identity.html
@@ -62,7 +62,7 @@
 
       <button class="button button-calm ink hidden-readonly"
               ng-click="showTransferModal({pubkey:formData.pubkey, uid: formData.name||formData.uid})">
-        {{'COMMON.BTN_SEND_MONEY' | translate}}
+        {{'COMMON.BTN_SEND_MONEY_SHORT' | translate}}
       </button>
 
       <cs-extension-point name="after-buttons"></cs-extension-point>