diff --git a/src/App.tsx b/src/App.tsx index 89a17e6..9b2d98f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,9 +17,7 @@ const RewardsSection = lazy(() => const WalletSection = lazy(() => import('@/sections/Wallet').then((m) => ({ default: m.WalletSection })) ); -const P2PSection = lazy(() => - import('@/sections/P2P').then((m) => ({ default: m.P2PSection })) -); +const P2PSection = lazy(() => import('@/sections/P2P').then((m) => ({ default: m.P2PSection }))); const CitizenPage = lazy(() => import('@/pages/CitizenPage').then((m) => ({ default: m.CitizenPage })) ); diff --git a/src/i18n/translations/tr.ts b/src/i18n/translations/tr.ts index f1e8c95..2970719 100644 --- a/src/i18n/translations/tr.ts +++ b/src/i18n/translations/tr.ts @@ -306,12 +306,12 @@ const tr: Translations = { p2p: { title: 'P2P Borsa', subtitle: 'Eşler arası kripto alım-satım', - firstTime: 'P2P\'yi ilk kez mi kullanıyorsun?', + firstTime: "P2P'yi ilk kez mi kullanıyorsun?", steps: [ 'Aşağıdaki butona tıklayarak web uygulamasını açın', 'Hesap oluşturun veya giriş yapın', 'Kurulum sürecini tamamlayın', - 'Kurulumdan sonra P2P\'ye doğrudan erişebilirsiniz', + "Kurulumdan sonra P2P'ye doğrudan erişebilirsiniz", ], note: 'Web uygulaması yeni bir pencerede açılacaktır.', button: 'P2P Platformunu Aç',