Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy on crypto payment dialog #1938

Merged
merged 6 commits into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ const CryptoPayment = ({ planPrice }: ICryptoPayment) => {
</div>
<div className={classes.qrCodeLabel}>
<Typography data-cy="label-currency-type-warning">
<Trans>Only send {selectedCurrency} to this address</Trans>
<Trans>Only send the exact amount of {symbolMap[selectedCurrency]} to this address</Trans>
</Typography>
</div>
<Divider />
Expand Down
2 changes: 1 addition & 1 deletion packages/files-ui/src/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ msgstr ""
msgid "One sec, getting files ready…"
msgstr ""

msgid "Only send {selectedCurrency} to this address"
msgid "Only send the exact amount of {0} to this address"
msgstr ""

msgid "Only you can see this."
Expand Down
4 changes: 2 additions & 2 deletions packages/files-ui/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ msgstr "Once you proceed, your account is expected to make a payment within 60 m
msgid "One sec, getting files ready…"
msgstr "One sec, getting files ready…"

msgid "Only send {selectedCurrency} to this address"
msgstr "Only send {selectedCurrency} to this address"
msgid "Only send the exact amount of {0} to this address"
msgstr "Only send the exact amount of {0} to this address"

msgid "Only you can see this."
msgstr "Only you can see this."
Expand Down
2 changes: 1 addition & 1 deletion packages/files-ui/src/locales/es/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ msgstr ""
msgid "One sec, getting files ready…"
msgstr ""

msgid "Only send {selectedCurrency} to this address"
msgid "Only send the exact amount of {0} to this address"
msgstr ""

msgid "Only you can see this."
Expand Down
4 changes: 2 additions & 2 deletions packages/files-ui/src/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ msgstr ""
msgid "One sec, getting files ready…"
msgstr "Les fichiers sont presque prêts…"

msgid "Only send {selectedCurrency} to this address"
msgstr "N'envoyer que des {selectedCurrency} à cette adresse"
msgid "Only send the exact amount of {0} to this address"
msgstr ""

msgid "Only you can see this."
msgstr "Vous seul(e) pouvez voir ceci."
Expand Down
2 changes: 1 addition & 1 deletion packages/files-ui/src/locales/no/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ msgstr ""
msgid "One sec, getting files ready…"
msgstr ""

msgid "Only send {selectedCurrency} to this address"
msgid "Only send the exact amount of {0} to this address"
msgstr ""

msgid "Only you can see this."
Expand Down