Skip to content

Commit

Permalink
Changed reattached emoji
Browse files Browse the repository at this point in the history
Changed reattachment confirmed status to a more suitable emoji
  • Loading branch information
josemmo committed Apr 14, 2018
1 parent 72db841 commit dc2aa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/iotaController.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
statusHTML = '<h>P</h><img width="15" src="images/pending.svg" alt="💬" title="Pending">';
break;
case TX_STATUS.REATTACHED:
statusHTML = '<h>R</h><img width="15" src="images/reattached.svg" alt="✔️" title="Reattachment confirmed">';
statusHTML = '<h>R</h><img width="15" src="images/reattached.svg" alt="🔁" title="Reattachment confirmed">';
break;
}
dataSet.push([
Expand Down

0 comments on commit dc2aa57

Please sign in to comment.