diff --git a/app/views/services/lightning/transactions.html.erb b/app/views/services/lightning/transactions.html.erb index cba8d3b..0f11698 100644 --- a/app/views/services/lightning/transactions.html.erb +++ b/app/views/services/lightning/transactions.html.erb @@ -27,7 +27,7 @@
"> <%= tx["received"] ? "+" : "" %><%= number_with_delimiter tx["amount_sats"] %> - sats + sats
@@ -36,7 +36,9 @@
<%= tx["datetime"].strftime("%B %e, %H:%M") -%> - <% if tx["fee"] && (tx["fee"] > 0) %>, Fee: <%= tx["fee"] %> sats<% end %> + <% if tx["fee"] && (tx["fee"] > 0) %> + ~ Fee: <%= pluralize tx["fee"], "sat" %> + <% end %>