Skip to content

Commit 0340838

Browse files
committed
fix: space missing
1 parent fda3785 commit 0340838

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

web-marketplace/src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const CustomerInfo = ({
7878
description={
7979
!!wallet?.address && !accountEmail ? (
8080
<Trans>
81-
Input an email address to receive a receipt of your purchase.
81+
Input an email address to receive a receipt of your purchase.{' '}
8282
<i>
8383
Note: You will receive an email with instructions to link this
8484
email to your account, allowing for easier access going forward,

web-marketplace/src/lib/i18n/locales/en.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,9 +2194,13 @@ msgid "Information"
21942194
msgstr ""
21952195

21962196
#: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:80
2197-
msgid "Input an email address to receive a receipt of your purchase.<0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
2197+
msgid "Input an email address to receive a receipt of your purchase. <0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
21982198
msgstr ""
21992199

2200+
#: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:80
2201+
#~ msgid "Input an email address to receive a receipt of your purchase.<0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
2202+
#~ msgstr ""
2203+
22002204
#: src/pages/BuyCredits/BuyCredits.constants.ts:8
22012205
msgid "Insufficient balance"
22022206
msgstr ""

web-marketplace/src/lib/i18n/locales/es.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,8 +2197,12 @@ msgid "Information"
21972197
msgstr "Información"
21982198

21992199
#: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:80
2200-
msgid "Input an email address to receive a receipt of your purchase.<0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
2201-
msgstr "Ingrese una dirección de correo electrónico para recibir un recibo de su compra.<0>Nota: Recibirá un correo electrónico con instrucciones para vincular este correo electrónico a su cuenta, lo que permitirá un acceso más fácil en el futuro, si lo desea.</0>"
2200+
msgid "Input an email address to receive a receipt of your purchase. <0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
2201+
msgstr "Ingresa una dirección de correo electrónico para recibir un recibo de tu compra. <0>Nota: Recibirás un correo electrónico con instrucciones para vincular este correo electrónico a tu cuenta, lo que te permitirá un acceso más fácil en el futuro, si así lo deseas.</0>"
2202+
2203+
#: src/components/organisms/PaymentInfoForm/PaymentInfoForm.CustomerInfo.tsx:80
2204+
#~ msgid "Input an email address to receive a receipt of your purchase.<0>Note: You will receive an email with instructions to link this email to your account, allowing for easier access going forward, if desired.</0>"
2205+
#~ msgstr "Ingrese una dirección de correo electrónico para recibir un recibo de su compra.<0>Nota: Recibirá un correo electrónico con instrucciones para vincular este correo electrónico a su cuenta, lo que permitirá un acceso más fácil en el futuro, si lo desea.</0>"
22022206

22032207
#: src/pages/BuyCredits/BuyCredits.constants.ts:8
22042208
msgid "Insufficient balance"

0 commit comments

Comments
 (0)