From 04605e10a53a41c1f28bb17fdcae59ca57bdff5b Mon Sep 17 00:00:00 2001
From: softsimon
Date: Wed, 7 Aug 2024 11:44:21 +0200
Subject: [PATCH] only use sats, not sat
---
.../accelerate-checkout/accelerate-fee-graph.component.html | 2 +-
.../acceleration-timeline-tooltip.component.html | 6 +++---
.../accelerations-list/accelerations-list.component.html | 4 ++--
.../block-overview-tooltip.component.html | 2 +-
.../rbf-timeline/rbf-timeline-tooltip.component.html | 2 +-
.../transaction/transaction-preview.component.html | 2 +-
.../app/components/transaction/transaction.component.html | 4 ++--
.../transactions-list/transactions-list.component.html | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-fee-graph.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-fee-graph.component.html
index a5e258210..564ee0ad1 100644
--- a/frontend/src/app/components/accelerate-checkout/accelerate-fee-graph.component.html
+++ b/frontend/src/app/components/accelerate-checkout/accelerate-fee-graph.component.html
@@ -12,7 +12,7 @@
- {{ bar.class === 'tx' ? '' : '+' }}{{ bar.fee | number }} sat
+ {{ bar.class === 'tx' ? '' : '+' }}{{ bar.fee | number }} sats
diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html
index 07bcdc2f1..0f436f9ac 100644
--- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html
+++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline-tooltip.component.html
@@ -21,14 +21,14 @@
Fee |
- {{ accelerationInfo.fee | number }} sat |
+ {{ accelerationInfo.fee | number }} sats |
= 0 || accelerationInfo.feeDelta">
Out-of-band fees |
@if (accelerationInfo.status === 'accelerated') {
- {{ accelerationInfo.feeDelta | number }} sat |
+ {{ accelerationInfo.feeDelta | number }} sats |
} @else {
- {{ accelerationInfo.bidBoost | number }} sat |
+ {{ accelerationInfo.bidBoost | number }} sats |
}
diff --git a/frontend/src/app/components/acceleration/accelerations-list/accelerations-list.component.html b/frontend/src/app/components/acceleration/accelerations-list/accelerations-list.component.html
index 8bdd4f14d..ffd8e9c3d 100644
--- a/frontend/src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+++ b/frontend/src/app/components/acceleration/accelerations-list/accelerations-list.component.html
@@ -33,7 +33,7 @@
- {{ (acceleration.feeDelta) | number }} sat
+ {{ (acceleration.feeDelta) | number }} sats
|
@@ -41,7 +41,7 @@
- {{ acceleration.boost | number }} sat
+ {{ acceleration.boost | number }} sats
|
~
diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
index f1f5bb3d4..f8fb3c89d 100644
--- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
+++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
@@ -40,7 +40,7 @@
| |
Fee |
- {{ fee | number }} sat
+ | {{ fee | number }} sats
|
Fee rate |
diff --git a/frontend/src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html b/frontend/src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
index 46cda0488..19c08bad9 100644
--- a/frontend/src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
+++ b/frontend/src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
@@ -19,7 +19,7 @@
Fee |
- {{ rbfInfo.tx.fee | number }} sat |
+ {{ rbfInfo.tx.fee | number }} sats |
Virtual size |
diff --git a/frontend/src/app/components/transaction/transaction-preview.component.html b/frontend/src/app/components/transaction/transaction-preview.component.html
index 63a11a8f0..066e0d442 100644
--- a/frontend/src/app/components/transaction/transaction-preview.component.html
+++ b/frontend/src/app/components/transaction/transaction-preview.component.html
@@ -21,7 +21,7 @@
0">{{ transactionTime * 1000 | date:'yyyy-MM-dd HH:mm' }}
- Fee {{ tx.fee | number }} sat
+ Fee {{ tx.fee | number }} sats
diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index b2e55a3b0..c0f5c6103 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -606,9 +606,9 @@
@if (!isLoadingTx) {
Fee |
- {{ tx.fee | number }} sat
+ | {{ tx.fee | number }} sats
@if (accelerationInfo?.bidBoost ?? tx.feeDelta > 0) {
- +{{ accelerationInfo?.bidBoost ?? tx.feeDelta | number }} sat
+ +{{ accelerationInfo?.bidBoost ?? tx.feeDelta | number }} sats
}
|
diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html
index 8954e4ecb..9b88678b4 100644
--- a/frontend/src/app/components/transactions-list/transactions-list.component.html
+++ b/frontend/src/app/components/transactions-list/transactions-list.component.html
@@ -321,7 +321,7 @@
– {{ tx.fee | number }} sat
+ i18n="shared.sats">sats
Show more inputs to reveal fee data