File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -399,11 +399,11 @@ const GasPage = () => {
399
399
< Callout
400
400
className = "min-h-full flex-[1_1_416px]"
401
401
image = { whatIsEthereumImg }
402
- titleKey = { t ( "page-gas- how-do-i-pay-less-gas-card-3-title" ) }
402
+ titleKey = { "page-gas:page-gas- how-do-i-pay-less-gas-card-3-title" }
403
403
alt = ""
404
- descriptionKey = { t (
405
- "page-gas-how-do-i-pay-less-gas-card-3-description"
406
- ) }
404
+ descriptionKey = {
405
+ "page-gas:page-gas -how-do-i-pay-less-gas-card-3-description"
406
+ }
407
407
>
408
408
< div >
409
409
< ButtonLink href = "/layer-2/" >
@@ -414,11 +414,11 @@ const GasPage = () => {
414
414
< Callout
415
415
className = "min-h-full flex-[1_1_416px]"
416
416
image = { dogeComputerImg }
417
- titleKey = { t ( "page-community:page-community-explore-dapps-title" ) }
417
+ titleKey = { "page-community:page-community-explore-dapps-title" }
418
418
alt = { t ( "page-community:page-community-explore-dapps-alt" ) }
419
- descriptionKey = { t (
419
+ descriptionKey = {
420
420
"page-community:page-community-explore-dapps-description"
421
- ) }
421
+ }
422
422
>
423
423
< div >
424
424
< ButtonLink href = "/dapps/" >
You can’t perform that action at this time.
0 commit comments