Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui-ux): changed MetaChain FAQ answer #733

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/metachain/metachain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ viewports.forEach((viewport) => {
);
cy.checkElementVisibilityAndText(
"faq-desc-What is MetaChain?",
"MetaChain is a Layer 2 blockchain that allows users to build scalable dApps on Bitcoin and Ethereum.",
"MetaChain is a smart contract execution layer which is EVM compatible and runs on top of the native DeFiChain.",
);

cy.checkElementVisibilityAndText(
Expand Down
2 changes: 1 addition & 1 deletion public/locales/de/page-meta-chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"title": "Was ist MetaChain?",
"desc": [
{
"value": "MetaChain ist eine Layer-2-Blockchain, mit der Nutzer skalierbare dApps auf Bitcoin und Ethereum erstellen können.",
"value": "MetaChain ist ein layer zur Ausführung von Smart Contracts, der EVM-kompatibel ist und auf der nativen DeFiChain läuft.",
"type": "string"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en-US/page-meta-chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"title": "What is MetaChain?",
"desc": [
{
"value": "MetaChain is a Layer 2 blockchain that allows users to build scalable dApps on Bitcoin and Ethereum.",
"value": "MetaChain is a smart contract execution layer which is EVM compatible and runs on top of the native DeFiChain.",
"type": "string"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/locales/fr/page-meta-chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"title": "Qu'est-ce que MetaChain ?",
"desc": [
{
"value": "MetaChain est une blockchain de couche 2 qui permet aux utilisateurs de construire des dApps évolutives sur Bitcoin et Ethereum.",
"value": "MetaChain est une couche d'exécution de contrats intelligents compatible avec EVM et fonctionnant au-dessus de DeFiChain native.",
"type": "string"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh-Hans/page-meta-chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"title": "什么是MetaChain?",
"desc": [
{
"value": "MetaChain 是Layer 2,允许用户在比特币和以太坊上构建可扩展的 dApp。",
"value": "MetaChain 是一个智能合约执行层,与 EVM 兼容并运行在原生 DeFiChain 之上。",
"type": "string"
}
]
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh-Hant/page-meta-chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"title": "什麼是MetaChain?",
"desc": [
{
"value": "MetaChain 是Layer 2,允許用戶在比特幣和以太坊上構建可擴展的 dApp。",
"value": "MetaChain 是一個智能合約執行層,與 EVM 相容並運行在原生 DeFiChain 之上。",
"type": "string"
}
]
Expand Down