mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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"
|
||||
},
|
||||
"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"
|
||||
|
@ -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: [
|
||||
|
@ -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 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user