diff --git a/web-marketplace/src/lib/i18n/locales/en.po b/web-marketplace/src/lib/i18n/locales/en.po index eb0e20264b..972c7e6a57 100644 --- a/web-marketplace/src/lib/i18n/locales/en.po +++ b/web-marketplace/src/lib/i18n/locales/en.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2024-09-25 16:26+0100\n" +"POT-Creation-Date: 2024-10-01 14:02+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -444,7 +444,7 @@ msgid "approved methodologies" msgstr "" #: src/pages/Marketplace/Storefront/Storefront.tsx:399 -msgid "Are you sure would you like to cancel this sell order?" +msgid "Are you sure you want to cancel this sell order?" msgstr "" #: src/components/organisms/RolesForm/components/AdminModal/AdminModal.constants.ts:4 @@ -1865,6 +1865,7 @@ msgid "learn more" msgstr "" #: src/components/organisms/ChooseCreditsForm/ChooseCreditsForm.CryptoOptions.tsx:59 +#: src/components/organisms/TebuBannerWrapper/TebuBannerWrapper.contants.ts:10 msgid "Learn more" msgstr "" @@ -3230,7 +3231,7 @@ msgstr "" msgid "Sorry, your transaction was not successful." msgstr "" -#: src/pages/Projects/AllProjects/AllProjects.tsx:206 +#: src/pages/Projects/AllProjects/AllProjects.tsx:207 msgid "Sort by:" msgstr "" @@ -3350,6 +3351,14 @@ msgstr "" msgid "Take from basket" msgstr "" +#: src/components/molecules/TebuBanner/TebuBanner.tsx:43 +msgid "Tebu banner" +msgstr "" + +#: src/components/organisms/TebuBannerWrapper/TebuBannerWrapper.contants.ts:15 +msgid "Tebu logo" +msgstr "" + #: src/components/organisms/DescriptionForm/DescriptionForm.constants.ts:14 msgid "Tell the deeper story of what makes this project special. Describe the land stewards and why they do this work, the ecological impacts (plants, animals, ecosystems), and social impacts (community, jobs, health)." msgstr "" diff --git a/web-marketplace/src/lib/i18n/locales/es.po b/web-marketplace/src/lib/i18n/locales/es.po index 8b851dd12c..2e68eb3f9a 100644 --- a/web-marketplace/src/lib/i18n/locales/es.po +++ b/web-marketplace/src/lib/i18n/locales/es.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2024-09-25 16:26+0100\n" +"POT-Creation-Date: 2024-10-01 14:02+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -444,7 +444,7 @@ msgid "approved methodologies" msgstr "" #: src/pages/Marketplace/Storefront/Storefront.tsx:399 -msgid "Are you sure would you like to cancel this sell order?" +msgid "Are you sure you want to cancel this sell order?" msgstr "" #: src/components/organisms/RolesForm/components/AdminModal/AdminModal.constants.ts:4 @@ -1865,6 +1865,7 @@ msgid "learn more" msgstr "" #: src/components/organisms/ChooseCreditsForm/ChooseCreditsForm.CryptoOptions.tsx:59 +#: src/components/organisms/TebuBannerWrapper/TebuBannerWrapper.contants.ts:10 msgid "Learn more" msgstr "" @@ -3230,7 +3231,7 @@ msgstr "" msgid "Sorry, your transaction was not successful." msgstr "" -#: src/pages/Projects/AllProjects/AllProjects.tsx:206 +#: src/pages/Projects/AllProjects/AllProjects.tsx:207 msgid "Sort by:" msgstr "" @@ -3350,6 +3351,14 @@ msgstr "" msgid "Take from basket" msgstr "" +#: src/components/molecules/TebuBanner/TebuBanner.tsx:43 +msgid "Tebu banner" +msgstr "" + +#: src/components/organisms/TebuBannerWrapper/TebuBannerWrapper.contants.ts:15 +msgid "Tebu logo" +msgstr "" + #: src/components/organisms/DescriptionForm/DescriptionForm.constants.ts:14 msgid "Tell the deeper story of what makes this project special. Describe the land stewards and why they do this work, the ecological impacts (plants, animals, ecosystems), and social impacts (community, jobs, health)." msgstr "" diff --git a/web-marketplace/src/pages/Marketplace/Storefront/Storefront.tsx b/web-marketplace/src/pages/Marketplace/Storefront/Storefront.tsx index f00c88f4eb..181ee17be1 100644 --- a/web-marketplace/src/pages/Marketplace/Storefront/Storefront.tsx +++ b/web-marketplace/src/pages/Marketplace/Storefront/Storefront.tsx @@ -396,7 +396,7 @@ export const Storefront = (): JSX.Element => { onConfirm={cancelSellOrderSubmit} onConfirmTitle={_(msg`Yes, cancel sell order`)} onCancelTitle={_(msg`WHOOPS, EXIT`)} - title={_(msg`Are you sure would you like to cancel this sell order?`)} + title={_(msg`Are you sure you want to cancel this sell order?`)} cardItems={getCancelCardItems({ sellOrder: normalizedSellOrders[selectedSellOrder ?? 0] ?? {}, _, diff --git a/web-marketplace/src/pages/Marketplace/Storefront/Storefront.utils.ts b/web-marketplace/src/pages/Marketplace/Storefront/Storefront.utils.ts index 3857c9f152..cef1202dab 100644 --- a/web-marketplace/src/pages/Marketplace/Storefront/Storefront.utils.ts +++ b/web-marketplace/src/pages/Marketplace/Storefront/Storefront.utils.ts @@ -45,7 +45,7 @@ export const getCancelCardItems = ({ { label: _(msg`batch denom:`), value: { - name: 'C01-20190101-20201010-003', + name: batchDenom, url: `/credit-batches/${batchDenom}`, }, },