Skip to content

Commit b73f543

Browse files
danjmryanmlGudahtt
authored
Whats new popup (#10583)
* Add 'What's New' notification popup * Move selectors from shared/notifications into ui/ directory * Use keys for localized message in whats new notifications objects, to ensure notifications will be translated. * Remove unused swaps intro popup locale messages * Fix keys of whats new notification locales * Remove notifications messages and descriptions from comment in shared/notifications * Move notifcationActionFunctions to shared/notifications and make it stateless * Get notification data from constants instead of state in whats-new-popup * Code cleanup * Fix build quote reference to swapsEthToken, broken during rebase * Rename notificationFilters to notificationToExclude to clarify its purpose * Documentation for getSortedNotificationsToShow * Move notification action functions from shared/ to whats-new-popup.js * Stop setting swapsWelcomeMessageHasBeenShown to state in app-state controller * Update e2e tests for whats new popup changes * Updating migration files * Addressing feedback part 1 * Addressing feedback part 2 * Remove unnecessary div in whats-new-popup * Change getNotificationsToExclude to getNotificationsToInclude for use in the getSortedNotificationsToShow selector * Delete intro-popup directory and test files * Lint fix * Add notifiction state to address-entry fixture * Use two separate functions for rendering first and subsequent notifications in the whats-new-popup * Ensure that string literals are passed to t for whats new popup text * Update import-ui fixtures to include notificaiton controller state * Remove unnecessary, accidental change confirm-approve * Remove swaps notification in favour of mobile swaps as first notifcation and TBD 3rd notification * Update whats-new-popup to use intersection observer api to detect if notification has been seen * Add notifications to send-edit and threebox e2e test fixtures * Update ui/app/selectors/selectors.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Update ui/app/selectors/selectors.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Clean up locale code for whats-new-popup notifications * Disconnect observers in whats-new-popup when their callback is first called * Add test case for migration 58 for when the AppStateController does not exist * Rename popover components containerRef to popoverWrapRef * Fix messages.json * Update notification messages and images * Rename popoverWrapRef -> popoverRef in whats-new-popup and popover.component * Only create one observer, and only after images have loaded, in whats-new-popup * Set width and height on whats-new-popup image, instead of setting state on img load * Update ui/app/components/app/whats-new-popup/whats-new-popup.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Code clean up in whats new popup re: notification rendering and action functions * Code cleanup in render notification functions of whats-new-popup * Update ui/app/components/app/whats-new-popup/whats-new-popup.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * lint fix * Update and localize notification dates * Clean up date code in shred/notifications/index.js Co-authored-by: ryanml <ryanlanese@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent b6d8291 commit b73f543

49 files changed

Lines changed: 634 additions & 521 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/_locales/en/messages.json

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,38 @@
12381238
"notEnoughGas": {
12391239
"message": "Not Enough Gas"
12401240
},
1241+
"notifications1Description": {
1242+
"message": "MetaMask Mobile users can now swap tokens inside their mobile wallet. Scan the QR code to get the mobile app and start swapping.",
1243+
"description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature."
1244+
},
1245+
"notifications1Title": {
1246+
"message": "Swapping on mobile is here!",
1247+
"description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile."
1248+
},
1249+
"notifications2ActionText": {
1250+
"message": "Start survey",
1251+
"description": "The 'call to action' label on the button, or link, of the 'Help improve MetaMask' 'See What's New' notification. Upon clicking, users will be taken to an external page where they can complete a survey."
1252+
},
1253+
"notifications2Description": {
1254+
"message": "Please share your experience in this 5 minute survey.",
1255+
"description": "Description of a notification in the 'See What's New' popup. Further clarifies how the users can help: by completing a 5 minute survey about MetaMask."
1256+
},
1257+
"notifications2Title": {
1258+
"message": "Help improve MetaMask",
1259+
"description": "Title for a notification in the 'See What's New' popup. Asks users to take action to make MetaMask better."
1260+
},
1261+
"notifications3ActionText": {
1262+
"message": "Read more",
1263+
"description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website."
1264+
},
1265+
"notifications3Description": {
1266+
"message": "Stay up to date on MetaMask security best practices and get the latest security tips from official MetaMask support.",
1267+
"description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page."
1268+
},
1269+
"notifications3Title": {
1270+
"message": "Stay secure",
1271+
"description": "Title for a notification in the 'See What's New' popup. Encourages users to consider security."
1272+
},
12411273
"ofTextNofM": {
12421274
"message": "of"
12431275
},
@@ -1817,24 +1849,6 @@
18171849
"swapHighSlippageWarning": {
18181850
"message": "Slippage amount is very high. Make sure you know what you are doing!"
18191851
},
1820-
"swapIntroLearnMoreHeader": {
1821-
"message": "Want to learn more?"
1822-
},
1823-
"swapIntroLearnMoreLink": {
1824-
"message": "Learn more about MetaMask Swaps"
1825-
},
1826-
"swapIntroLiquiditySourcesLabel": {
1827-
"message": "Liquidity sources include:"
1828-
},
1829-
"swapIntroPopupSubTitle": {
1830-
"message": "You can now swap tokens directly in your MetaMask wallet. MetaMask Swaps combines multiple decentralized exchange aggregators, professional market makers, and individual DEXs to ensure MetaMask users always get the best price with the lowest network fees."
1831-
},
1832-
"swapIntroPopupTitle": {
1833-
"message": "Token swapping is here!"
1834-
},
1835-
"swapLearnMoreContractsAuditReview": {
1836-
"message": "Review our official contracts audit"
1837-
},
18381852
"swapLowSlippageError": {
18391853
"message": "Transaction may fail, max slippage too low."
18401854
},
@@ -1961,9 +1975,6 @@
19611975
"swapSourceInfo": {
19621976
"message": "We search multiple liquidity sources (exchanges, aggregators and professional market makers) to find the best rates and lowest network fees."
19631977
},
1964-
"swapStartSwapping": {
1965-
"message": "Start swapping"
1966-
},
19671978
"swapSwapFrom": {
19681979
"message": "Swap from"
19691980
},
@@ -2310,6 +2321,10 @@
23102321
"welcomeBack": {
23112322
"message": "Welcome Back!"
23122323
},
2324+
"whatsNew": {
2325+
"message": "What's new",
2326+
"description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask."
2327+
},
23132328
"whatsThis": {
23142329
"message": "What's this?"
23152330
},

app/_locales/es/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,24 +1579,6 @@
15791579
"swapHighSlippageWarning": {
15801580
"message": "La cantidad de deslizamiento es muy alta. ¡Asegúrate de saber lo que estás haciendo!"
15811581
},
1582-
"swapIntroLearnMoreHeader": {
1583-
"message": "¿Quiere aprender más?"
1584-
},
1585-
"swapIntroLearnMoreLink": {
1586-
"message": "Más información sobre los Intercambios MetaMask"
1587-
},
1588-
"swapIntroLiquiditySourcesLabel": {
1589-
"message": "Las fuentes de liquidez incluyen:"
1590-
},
1591-
"swapIntroPopupSubTitle": {
1592-
"message": "Ahora puede intercambiar tokens directamente en su monedero MetaMask. Intercambios MetaMask combina múltiples agregadores de intercambio descentralizados, creadores de mercado profesionales y DEX individuales para garantizar que los usuarios de MetaMask siempre obtengan el mejor precio con las tarifas de red más bajas."
1593-
},
1594-
"swapIntroPopupTitle": {
1595-
"message": "¡El intercambio de tokens está aquí!"
1596-
},
1597-
"swapLearnMoreContractsAuditReview": {
1598-
"message": "Revise nuestra auditoría de contratos oficiales"
1599-
},
16001582
"swapLowSlippageError": {
16011583
"message": "La transacción puede fallar, el deslizamiento máximo es demasiado bajo."
16021584
},
@@ -1717,9 +1699,6 @@
17171699
"swapSourceInfo": {
17181700
"message": "Buscamos múltiples fuentes de liquidez (exchanges, agregadores y creadores de mercado profesionales) para encontrar las mejores tarifas y las tarifas de red más bajas."
17191701
},
1720-
"swapStartSwapping": {
1721-
"message": "Comenzar intercambio"
1722-
},
17231702
"swapSwapFrom": {
17241703
"message": "Intercambiar desde"
17251704
},

app/_locales/es_419/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,24 +1579,6 @@
15791579
"swapHighSlippageWarning": {
15801580
"message": "La cantidad de deslizamiento es muy alta. ¡Asegúrate de saber lo que estás haciendo!"
15811581
},
1582-
"swapIntroLearnMoreHeader": {
1583-
"message": "¿Quiere aprender más?"
1584-
},
1585-
"swapIntroLearnMoreLink": {
1586-
"message": "Más información sobre los Intercambios MetaMask"
1587-
},
1588-
"swapIntroLiquiditySourcesLabel": {
1589-
"message": "Las fuentes de liquidez incluyen:"
1590-
},
1591-
"swapIntroPopupSubTitle": {
1592-
"message": "Ahora puede intercambiar tokens directamente en su billetera MetaMask. Intercambios MetaMask combina múltiples agregadores de intercambio descentralizados, creadores de mercado profesionales y DEX individuales para garantizar que los usuarios de MetaMask siempre obtengan el mejor precio con las tarifas de red más bajas."
1593-
},
1594-
"swapIntroPopupTitle": {
1595-
"message": "¡El intercambio de tokens está aquí!"
1596-
},
1597-
"swapLearnMoreContractsAuditReview": {
1598-
"message": "Revise nuestra auditoría de contratos oficiales"
1599-
},
16001582
"swapLowSlippageError": {
16011583
"message": "La transacción puede fallar, el deslizamiento máximo es demasiado bajo."
16021584
},
@@ -1717,9 +1699,6 @@
17171699
"swapSourceInfo": {
17181700
"message": "Buscamos múltiples fuentes de liquidez (exchanges, agregadores y creadores de mercado profesionales) para encontrar las mejores tarifas y las tarifas de red más bajas."
17191701
},
1720-
"swapStartSwapping": {
1721-
"message": "Comenzar intercambio"
1722-
},
17231702
"swapSwapFrom": {
17241703
"message": "Intercambiar desde"
17251704
},

app/_locales/hi/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,24 +1567,6 @@
15671567
"swapHighSlippageWarning": {
15681568
"message": "स्लिपेज राशि बहुत अधिक है। सुनिश्चित करें कि आप जानते हैं कि आप क्या कर रहे हैं!"
15691569
},
1570-
"swapIntroLearnMoreHeader": {
1571-
"message": "अधिक सीखना चाहते हैं?"
1572-
},
1573-
"swapIntroLearnMoreLink": {
1574-
"message": "MetaMask स्वैप के बारे में अधिक जानें"
1575-
},
1576-
"swapIntroLiquiditySourcesLabel": {
1577-
"message": "चलनिधि स्रोतों में निम्न शामिल हैं:"
1578-
},
1579-
"swapIntroPopupSubTitle": {
1580-
"message": "अब आप अपने MetaMask वॉलेट में सीधे टोकन स्वैप कर सकते हैं। MetaMask स्वैप कई विकेंद्रीकृत विनिमय एग्रीगेटर, पेशेवर बाजार निर्माताओं और व्यक्तिगत DEX को जोड़ता है, ताकि MetaMask उपयोगकर्ताओं को हमेशा सबसे कम नेटवर्क शुल्क के साथ सबसे अच्छा मूल्य मिल सके।"
1581-
},
1582-
"swapIntroPopupTitle": {
1583-
"message": "टोकन स्वैपिंग यहाँ उपलब्ध है!"
1584-
},
1585-
"swapLearnMoreContractsAuditReview": {
1586-
"message": "हमारे आधिकारिक अनुबंधों के ऑडिट की समीक्षा करें"
1587-
},
15881570
"swapLowSlippageError": {
15891571
"message": "लेनदेन विफल हो सकता है, अधिकतम स्लिपेज बहुत कम हो सकता है।"
15901572
},
@@ -1687,9 +1669,6 @@
16871669
"swapSourceInfo": {
16881670
"message": "हम सर्वोत्तम दरों और न्यूनतम नेटवर्क शुल्क का पता लगाने के लिए कई चलनिधि स्रोतों (एक्सचेंज, एग्रीगेटर और पेशेवर बाजार निर्माताओं) की खोज करते हैं।"
16891671
},
1690-
"swapStartSwapping": {
1691-
"message": "स्वैप करना शुरू करें"
1692-
},
16931672
"swapSwapFrom": {
16941673
"message": "इससे स्वैप करें"
16951674
},

app/_locales/id/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,24 +1567,6 @@
15671567
"swapHighSlippageWarning": {
15681568
"message": "Jumlah slippage sangat tinggi. Pastikan Anda mengetahui yang Anda kerjakan!"
15691569
},
1570-
"swapIntroLearnMoreHeader": {
1571-
"message": "Ingin mempelajari selengkapnya?"
1572-
},
1573-
"swapIntroLearnMoreLink": {
1574-
"message": "Pelajari selengkapnya tentang Penukaran MetaMask"
1575-
},
1576-
"swapIntroLiquiditySourcesLabel": {
1577-
"message": "Sumber likuiditas mencakup:"
1578-
},
1579-
"swapIntroPopupSubTitle": {
1580-
"message": "Sekarang, Anda bisa menukar token secara langsung di dompet MetaMask Anda. Penukaran MetaMask menggabungkan beberapa agregator penukaran terdesentralisasi, pembuat pasar profesional, dan DEX individu untuk memastikan pengguna MetaMask selalu mendapatkan harga terbaik dengan biaya jaringan terendah."
1581-
},
1582-
"swapIntroPopupTitle": {
1583-
"message": "Penukaran token ada di sini!"
1584-
},
1585-
"swapLearnMoreContractsAuditReview": {
1586-
"message": "Tinjau audit kontrak resmi kami"
1587-
},
15881570
"swapLowSlippageError": {
15891571
"message": "Transaksi bisa gagal, slippage maks. terlalu rendah."
15901572
},
@@ -1687,9 +1669,6 @@
16871669
"swapSourceInfo": {
16881670
"message": "Kami mencari beberapa sumber likuiditas (penukaran, agregator, dan pembuat pasar profesional) untuk menemukan tarif terbaik dan biaya jaringan terendah."
16891671
},
1690-
"swapStartSwapping": {
1691-
"message": "Mulai menukar"
1692-
},
16931672
"swapSwapFrom": {
16941673
"message": "Tukar dari"
16951674
},

app/_locales/it/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,24 +1585,6 @@
15851585
"swapHighSlippageWarning": {
15861586
"message": "L'importo di slippage è molto alto. Assicurati di sapere cosa stai facendo!"
15871587
},
1588-
"swapIntroLearnMoreHeader": {
1589-
"message": "Vuoi sapere di più?"
1590-
},
1591-
"swapIntroLearnMoreLink": {
1592-
"message": "Scopri di più su MetaMask Swaps"
1593-
},
1594-
"swapIntroLiquiditySourcesLabel": {
1595-
"message": "Sorgenti di liquidità incluse:"
1596-
},
1597-
"swapIntroPopupSubTitle": {
1598-
"message": "Adesso puoi scambiare token direttamente dal tuo portafgolio MetaMask. MetaMask Swaps combina vari siti di scambio decentralizzati, aggregatori e market maker professionisti per assicurare che gli utenti di MetaMask ottengano sempre il miglior prezzo con le tasse di rete minori."
1599-
},
1600-
"swapIntroPopupTitle": {
1601-
"message": "Lo scambio di token è qui!"
1602-
},
1603-
"swapLearnMoreContractsAuditReview": {
1604-
"message": "Esamina l'audit ufficiale dei nostri smart contracts"
1605-
},
16061588
"swapLowSlippageError": {
16071589
"message": "La transazione può fallire, il massimo slippage è troppo basso."
16081590
},
@@ -1729,9 +1711,6 @@
17291711
"swapSourceInfo": {
17301712
"message": "Cerchiamo sorgenti di liquidità multiple (siti di scambio, aggregatori, market maker professionisti) per trovare le tariffe migliori e le tasse di rete minori."
17311713
},
1732-
"swapStartSwapping": {
1733-
"message": "Inizia a scambiare"
1734-
},
17351714
"swapSwapFrom": {
17361715
"message": "Scambia da"
17371716
},

app/_locales/ja/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,24 +1579,6 @@
15791579
"swapHighSlippageWarning": {
15801580
"message": "非常に大きいスリッページ額です。本当に実行するか確認してください。"
15811581
},
1582-
"swapIntroLearnMoreHeader": {
1583-
"message": "詳細を表示しますか?"
1584-
},
1585-
"swapIntroLearnMoreLink": {
1586-
"message": "MetaMask Swapsの詳細"
1587-
},
1588-
"swapIntroLiquiditySourcesLabel": {
1589-
"message": "流動性ソースには以下が含まれます。"
1590-
},
1591-
"swapIntroPopupSubTitle": {
1592-
"message": "トークンをMetaMaskで直接スワップできるようになりました。MetaMask Swapsは、多数の分散型取引所アグリゲーター、専門のマーケットメーカー、DEX取引所を統合し、ユーザーは常に最低のネットワーク手数料、最適な価格で取引できます。"
1593-
},
1594-
"swapIntroPopupTitle": {
1595-
"message": "トークンのスワップはこちら!"
1596-
},
1597-
"swapLearnMoreContractsAuditReview": {
1598-
"message": "MetaSwapのコントラクト監査のレビュー"
1599-
},
16001582
"swapLowSlippageError": {
16011583
"message": "トランザクションが失敗する可能性があります。最大スリッページが少なすぎます。"
16021584
},
@@ -1717,9 +1699,6 @@
17171699
"swapSourceInfo": {
17181700
"message": "最良のレートと最小のネットワーク手数料を探すため、複数の流動性ソース(取引所、アグリゲーター、専門のマーケットメーカー)を検索します。"
17191701
},
1720-
"swapStartSwapping": {
1721-
"message": "スワップの開始"
1722-
},
17231702
"swapSwapFrom": {
17241703
"message": "スワップ元"
17251704
},

app/_locales/ko/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,24 +1567,6 @@
15671567
"swapHighSlippageWarning": {
15681568
"message": "슬리패지 금액이 아주 큽니다. 현재 어떤 작업을 하고 있는지 확인하세요!"
15691569
},
1570-
"swapIntroLearnMoreHeader": {
1571-
"message": "자세한 정보를 확인하고 싶으신가요?"
1572-
},
1573-
"swapIntroLearnMoreLink": {
1574-
"message": "MetaMask Swaps에 대해 자세히 알아보기"
1575-
},
1576-
"swapIntroLiquiditySourcesLabel": {
1577-
"message": "다음을 포함한 유동성 소스:"
1578-
},
1579-
"swapIntroPopupSubTitle": {
1580-
"message": "이제 MetaMask 지갑에서 토큰을 바로 스왑할 수 있습니다. MetaMask Swaps는 다양한 분산형 교환 애그리게이터, 투자전문기관, 개별 DEX를 결합하여 MetaMask 사용자가 언제든 최저 네트워크 요금으로 최상의 가격을 얻을 수 있게 합니다."
1581-
},
1582-
"swapIntroPopupTitle": {
1583-
"message": "토큰 스왑은 여기서 진행됩니다!"
1584-
},
1585-
"swapLearnMoreContractsAuditReview": {
1586-
"message": "당사의 공식 계약 감사 검토"
1587-
},
15881570
"swapLowSlippageError": {
15891571
"message": "거래가 실패할 수도 있습니다. 최대 슬리패지가 너무 낮습니다."
15901572
},
@@ -1687,9 +1669,6 @@
16871669
"swapSourceInfo": {
16881670
"message": "당사에서는 여러 유동성 소스(교환, 애그리게이터, 투자전문기관)를 검색하여 최상의 요율과 최저 네트워크 요금을 찾습니다."
16891671
},
1690-
"swapStartSwapping": {
1691-
"message": "스왑 시작"
1692-
},
16931672
"swapSwapFrom": {
16941673
"message": "다음에서 스왑"
16951674
},

app/_locales/ru/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,24 +1567,6 @@
15671567
"swapHighSlippageWarning": {
15681568
"message": "Величина проскальзывания очень велика. Убедитесь, что вы знаете, что делаете!"
15691569
},
1570-
"swapIntroLearnMoreHeader": {
1571-
"message": "Хотите узнать больше?"
1572-
},
1573-
"swapIntroLearnMoreLink": {
1574-
"message": "Подробнее о свопах MetaMask"
1575-
},
1576-
"swapIntroLiquiditySourcesLabel": {
1577-
"message": "Источники ликвидности включают:"
1578-
},
1579-
"swapIntroPopupSubTitle": {
1580-
"message": "Теперь вы можете обменивать токены прямо в кошельке MetaMask. MetaMask Swaps объединяет несколько децентрализованных агрегаторов обменов, профессиональных торговцев и отдельные DEX, чтобы пользователи MetaMask всегда получали лучшую цену с минимальными комиссиями сети."
1581-
},
1582-
"swapIntroPopupTitle": {
1583-
"message": "Обмен токенов здесь!"
1584-
},
1585-
"swapLearnMoreContractsAuditReview": {
1586-
"message": "Ознакомьтесь с нашим официальным аудитом контрактов"
1587-
},
15881570
"swapLowSlippageError": {
15891571
"message": "Транзакции могут завершиться неудачей, максимальное проскальзывание слишком мало."
15901572
},
@@ -1687,9 +1669,6 @@
16871669
"swapSourceInfo": {
16881670
"message": "Мы ищем несколько источников ликвидности (биржи, агрегаторы и профессиональные продавцы), чтобы найти лучшие цены и самые низкие сетевые комиссии."
16891671
},
1690-
"swapStartSwapping": {
1691-
"message": "Начать обмен"
1692-
},
16931672
"swapSwapFrom": {
16941673
"message": "Своп с"
16951674
},

app/_locales/tl/messages.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,24 +1564,6 @@
15641564
"swapHighSlippageWarning": {
15651565
"message": "Sobrang laki ng halaga ng slippage. Tiyaking alam mo ang ginagawa mo!"
15661566
},
1567-
"swapIntroLearnMoreHeader": {
1568-
"message": "Gusto mo bang matuto pa?"
1569-
},
1570-
"swapIntroLearnMoreLink": {
1571-
"message": "Matuto pa tungkol sa MetaMask Swaps"
1572-
},
1573-
"swapIntroLiquiditySourcesLabel": {
1574-
"message": "Kasama sa mga pinagkunan ng liquidity ang:"
1575-
},
1576-
"swapIntroPopupSubTitle": {
1577-
"message": "Puwede mo nang direktang i-swap ang mga token sa iyong MetaMask wallet. Pinagsasama-sama ng MetaMask Swaps ang maraming decentralized exchange aggregator, propesyonal na market maker, at indibidwal na DEX para matiyak na makukuha palagi ng mga user ng MetaMask ang pinakasulit na presyo nang may pinakamababang bayarin sa network."
1578-
},
1579-
"swapIntroPopupTitle": {
1580-
"message": "Ito na ang pag-swap ng token!"
1581-
},
1582-
"swapLearnMoreContractsAuditReview": {
1583-
"message": "Suriin ang aming audit ng mga opisyal na kontrata"
1584-
},
15851567
"swapLowSlippageError": {
15861568
"message": "Maaaring hindi magtagumpay ang transaksyon, masyadong mababa ang max na slippage."
15871569
},
@@ -1684,9 +1666,6 @@
16841666
"swapSourceInfo": {
16851667
"message": "Naghahanap kami ng maraming pinagkukunan ng liquidity (mga exchange, aggregator at propesyonal na market maker) para mahanap ang mga pinakasulit na rate at pinakamababang bayarin sa network."
16861668
},
1687-
"swapStartSwapping": {
1688-
"message": "Simulang mag-swap"
1689-
},
16901669
"swapSwapFrom": {
16911670
"message": "Ipalit mula sa"
16921671
},

0 commit comments

Comments
 (0)