From 2773c213434a74809cec7f42abd90b7e53b52f1b Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 5 Jul 2024 15:47:06 +0900 Subject: [PATCH] rename RBF history to timeline --- .../app/components/transaction/transaction.component.html | 2 +- frontend/src/app/docs/api-docs/api-docs-data.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 0d98a30a8..0f9a4d9c4 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -163,7 +163,7 @@
-

RBF History

+

RBF Timeline

diff --git a/frontend/src/app/docs/api-docs/api-docs-data.ts b/frontend/src/app/docs/api-docs/api-docs-data.ts index b799d79a2..0bcc414e9 100644 --- a/frontend/src/app/docs/api-docs/api-docs-data.ts +++ b/frontend/src/app/docs/api-docs/api-docs-data.ts @@ -6176,10 +6176,10 @@ export const restApiDocsData = [ type: "endpoint", category: "transactions", httpRequestMethod: "GET", - fragment: "get-transaction-rbf-history", - title: "GET Transaction RBF History", + fragment: "get-transaction-rbf-timeline", + title: "GET Transaction RBF Timeline", description: { - default: "Returns the RBF tree history of a transaction." + default: "Returns the RBF tree timeline of a transaction." }, urlString: "v1/tx/:txId/rbf", showConditions: bitcoinNetworks,