From e09755fc7f4a23e4c3e3ab3efae97ec0fe615d6b Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 22 Jun 2025 17:28:12 +0200 Subject: [PATCH] Change copy URL string --- frontend/src/components/TradeBox/index.tsx | 2 +- frontend/static/locales/ca.json | 2 +- frontend/static/locales/cs.json | 2 +- frontend/static/locales/de.json | 2 +- frontend/static/locales/en.json | 2 +- frontend/static/locales/es.json | 2 +- frontend/static/locales/eu.json | 2 +- frontend/static/locales/fr.json | 2 +- frontend/static/locales/it.json | 2 +- frontend/static/locales/ja.json | 2 +- frontend/static/locales/pl.json | 2 +- frontend/static/locales/pt.json | 2 +- frontend/static/locales/ru.json | 2 +- frontend/static/locales/sv.json | 2 +- frontend/static/locales/sw.json | 2 +- frontend/static/locales/th.json | 2 +- frontend/static/locales/zh-SI.json | 2 +- frontend/static/locales/zh-TR.json | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/TradeBox/index.tsx b/frontend/src/components/TradeBox/index.tsx index 4bc12936..40bfbbb1 100644 --- a/frontend/src/components/TradeBox/index.tsx +++ b/frontend/src/components/TradeBox/index.tsx @@ -845,7 +845,7 @@ const TradeBox = ({ currentOrder, onStartAgain }: TradeBoxProps): React.JSX.Elem >
- {t('Copy')} + {t('Copy URL')}
diff --git a/frontend/static/locales/ca.json b/frontend/static/locales/ca.json index a98b134c..9f427154 100644 --- a/frontend/static/locales/ca.json +++ b/frontend/static/locales/ca.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Veure bitlleteres compatibles", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index 0f9128df..a27846cb 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Robrazit kompatibilní peněženky", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index f0437911..d48c6d8f 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Kompatible Wallets ansehen", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/en.json b/frontend/static/locales/en.json index ab773fb7..489fe0c8 100644 --- a/frontend/static/locales/en.json +++ b/frontend/static/locales/en.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "See Compatible Wallets", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index 2a488f34..81ef88cc 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Ver carteras compatibles", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/eu.json b/frontend/static/locales/eu.json index 76973284..c70f1af2 100644 --- a/frontend/static/locales/eu.json +++ b/frontend/static/locales/eu.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Begiratu Kartera Bateragarriak", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index 9171b321..df4ef355 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Voir Portefeuilles compatibles", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index 73e6594c..cf0052b2 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Vedi wallet compatibili", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/ja.json b/frontend/static/locales/ja.json index 3e418679..e9f455b5 100644 --- a/frontend/static/locales/ja.json +++ b/frontend/static/locales/ja.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "互換性のあるウォレットを見る", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 45214f6d..77cd3afb 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "See Compatible Wallets", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index dae2e5f7..f8e33a66 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Ver Carteiras Compatíveis", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 6bcac18e..1722748d 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Смотреть Совместимые Кошельки", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/sv.json b/frontend/static/locales/sv.json index 97c1d796..bce7c350 100644 --- a/frontend/static/locales/sv.json +++ b/frontend/static/locales/sv.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Se kompatibla wallets", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/sw.json b/frontend/static/locales/sw.json index 2fa64228..9d920c4d 100644 --- a/frontend/static/locales/sw.json +++ b/frontend/static/locales/sw.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "Tazama Wallets Zinazoendana", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/th.json b/frontend/static/locales/th.json index a60d2bc9..ee2d8e96 100644 --- a/frontend/static/locales/th.json +++ b/frontend/static/locales/th.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "ดูกระเป๋าบิทคอยน์ (Wallets) ที่สามารถใช้งานได้", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/zh-SI.json b/frontend/static/locales/zh-SI.json index 692ba88e..b58941ea 100644 --- a/frontend/static/locales/zh-SI.json +++ b/frontend/static/locales/zh-SI.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "查看兼容钱包列表", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx", diff --git a/frontend/static/locales/zh-TR.json b/frontend/static/locales/zh-TR.json index 1db2100a..5cb61bf6 100644 --- a/frontend/static/locales/zh-TR.json +++ b/frontend/static/locales/zh-TR.json @@ -541,7 +541,7 @@ "See Compatible Wallets": "查看兼容錢包列表", "#53": "Phrases in components/TradeBox/index.tsx", "A contact method is required": "A contact method is required", - "Copy": "Copy", + "Copy URL": "Copy URL", "Copy order URL": "Copy order URL", "The statement is too short. Make sure to be thorough.": "The statement is too short. Make sure to be thorough.", "#54": "Phrases in components/TradeBox/Dialogs/ConfirmCancel.tsx",