mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Updating some more instances (#14851)
This commit is contained in:
parent
e60af93f2a
commit
d6dc1b0c57
2
app/_locales/tr/messages.json
generated
2
app/_locales/tr/messages.json
generated
@ -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"
|
"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": {
|
"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": {
|
"syncWithMobileScanThisCode": {
|
||||||
"message": "MetaMask mobil uygulamanızla bu kodu tarayın"
|
"message": "MetaMask mobil uygulamanızla bu kodu tarayın"
|
||||||
|
@ -9,7 +9,7 @@ const {
|
|||||||
completeImportSRPOnboardingFlowWordByWord,
|
completeImportSRPOnboardingFlowWordByWord,
|
||||||
} = require('../helpers');
|
} = require('../helpers');
|
||||||
|
|
||||||
describe('Metamask Import UI', function () {
|
describe('MetaMask Import UI', function () {
|
||||||
it('Importing wallet using Secret Recovery Phrase', async function () {
|
it('Importing wallet using Secret Recovery Phrase', async function () {
|
||||||
const ganacheOptions = {
|
const ganacheOptions = {
|
||||||
accounts: [
|
accounts: [
|
||||||
|
@ -2,7 +2,7 @@ const { strict: assert } = require('assert');
|
|||||||
const { convertToHexValue, withFixtures, tinyDelayMs } = require('../helpers');
|
const { convertToHexValue, withFixtures, tinyDelayMs } = require('../helpers');
|
||||||
const enLocaleMessages = require('../../../app/_locales/en/messages.json');
|
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 () {
|
it('Creating a new wallet', async function () {
|
||||||
const driverOptions = { responsive: true };
|
const driverOptions = { responsive: true };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user