From 65d01f0a8ede50738eea360bac31a858859dc53b Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:26:15 +0100 Subject: [PATCH 1/2] fix typo --- packages/i18n/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/i18n/src/locales/en.json b/packages/i18n/src/locales/en.json index 04d05d009..cec910989 100644 --- a/packages/i18n/src/locales/en.json +++ b/packages/i18n/src/locales/en.json @@ -382,7 +382,7 @@ "nft_send_pending": "{{name}} will be transferred out of your wallet once the transaction is complete.", "nft_send_title": "Sending {{name}}...", "no_balances": "No Balances", - "no_balances_helper_text": "You have don't have any balances yet. Please add funds to be able to withdraw.", + "no_balances_helper_text": "You don't have any balances yet. Please add funds to be able to withdraw.", "no_favorites": { "subtitle": "Bookmark your favorite websites to get started!", "title": "No Favorites" From 38f3f2ed454ca47829345866fdb8e1982624e7ea Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:27:03 +0100 Subject: [PATCH 2/2] fix typo --- packages/tamagui-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tamagui-core/README.md b/packages/tamagui-core/README.md index ba6b201e2..ba0a40507 100644 --- a/packages/tamagui-core/README.md +++ b/packages/tamagui-core/README.md @@ -1,5 +1,5 @@ # tamagui -our cross-platfrom (web, android, ios) design system +our cross-platform (web, android, ios) design system the most you should be importing into here is `recoil` and `common` but ideally long-term, `common` should be the only one being reused