diff --git a/app/_locales/tr/messages.json b/app/_locales/tr/messages.json index 53085daa9..89cc48b77 100644 --- a/app/_locales/tr/messages.json +++ b/app/_locales/tr/messages.json @@ -3498,7 +3498,7 @@ "message": "Hesaplarınızı ve bilgilerinizi mobil cihazınızla senkronize edebilirsiniz. MetaMask mobil uygulamasını açın, \"Ayarlar\" kısmına gidin ve \"Tarayıcı Uzantısından Senkronize Et\" seçeneğine dokunun" }, "syncWithMobileDescNewUsers": { - "message": "Metamask Mobil uygulamasını ilk defa açıyorsanız telefonunuzdaki adımları izleyin." + "message": "MetaMask Mobil uygulamasını ilk defa açıyorsanız telefonunuzdaki adımları izleyin." }, "syncWithMobileScanThisCode": { "message": "MetaMask mobil uygulamanızla bu kodu tarayın" diff --git a/test/e2e/tests/from-import-ui.spec.js b/test/e2e/tests/from-import-ui.spec.js index 2b812e66d..41c63ccb1 100644 --- a/test/e2e/tests/from-import-ui.spec.js +++ b/test/e2e/tests/from-import-ui.spec.js @@ -9,7 +9,7 @@ const { completeImportSRPOnboardingFlowWordByWord, } = require('../helpers'); -describe('Metamask Import UI', function () { +describe('MetaMask Import UI', function () { it('Importing wallet using Secret Recovery Phrase', async function () { const ganacheOptions = { accounts: [ diff --git a/test/e2e/tests/metamask-responsive-ui.spec.js b/test/e2e/tests/metamask-responsive-ui.spec.js index 8daa2024f..e51c449de 100644 --- a/test/e2e/tests/metamask-responsive-ui.spec.js +++ b/test/e2e/tests/metamask-responsive-ui.spec.js @@ -2,7 +2,7 @@ const { strict: assert } = require('assert'); const { convertToHexValue, withFixtures, tinyDelayMs } = require('../helpers'); const enLocaleMessages = require('../../../app/_locales/en/messages.json'); -describe('Metamask Responsive UI', function () { +describe('MetaMask Responsive UI', function () { it('Creating a new wallet', async function () { const driverOptions = { responsive: true };