Skip to content

Commit

Permalink
feat(ui-ux): changed MetaChain FAQ answer (#733)
Browse files Browse the repository at this point in the history
* made changes to faq question

* ran e2e tests
  • Loading branch information
howardleejh authored Jan 5, 2024
1 parent 79fba97 commit 0c67780
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 0c67780

Please sign in to comment.