From 766c1fe472c109d0a43acbcebf3e3b13d7079134 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 17 Apr 2023 21:35:10 +0100 Subject: [PATCH] change send sats title --- packages/app/src/Pages/subscribe/ManageSubscription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/Pages/subscribe/ManageSubscription.tsx b/packages/app/src/Pages/subscribe/ManageSubscription.tsx index bfd37026..bb5b5aea 100644 --- a/packages/app/src/Pages/subscribe/ManageSubscription.tsx +++ b/packages/app/src/Pages/subscribe/ManageSubscription.tsx @@ -146,7 +146,7 @@ export default function ManageSubscriptionPage() { show={invoice !== ""} onClose={() => setInvoice("")} title={formatMessage({ - defaultMessage: "Renew subscription", + defaultMessage: "Pay for subscription", })} />