diff options
author | Florian Dold <florian@dold.me> | 2023-02-23 21:19:05 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-02-23 21:19:05 +0100 |
commit | 54284c14c74598297e323fc428954ebef80e6ca0 (patch) | |
tree | 1c18448f4d3b20751c0d8de04919010bb546d375 | |
parent | 9d3d2a43c76fe06ea5c2e48da06881ac79c238e1 (diff) |
fix typo in project name
-rw-r--r-- | packages/merchant-backend-ui/src/pages/RequestPayment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx index 050755dfb..d0ac3d604 100644 --- a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx +++ b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx @@ -150,7 +150,7 @@ export function RequestPayment({ /> <p> <WalletLink href={payURI ? payURI : `{{ taler_pay_uri }}`}> - Or open your Taller wallet + Or open your Taler wallet </WalletLink> </p> <p> |