1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Updating some more instances (#14851)

This commit is contained in:
George Marshall 2022-06-03 11:42:48 -07:00 committed by GitHub
parent e60af93f2a
commit d6dc1b0c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3498,7 +3498,7 @@
"message": "Hesaplarınızı ve bilgilerinizi mobil cihazınızla senkronize edebilirsiniz. MetaMask mobil uygulamasınıı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ıı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"

View File

@ -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: [

View File

@ -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 };