Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Dec 7, 2024
1 parent 3b611e6 commit a151b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/testnet/DevelopersPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const tlosEvmLabel = computed(() => {
});
const tlosZkEvmLabel = computed(() => {
return $q.screen.gt.sm ? 'Send TLOS (ZK-EVM)' : 'ZK-EVM TLOS';
return $q.screen.gt.sm ? 'Send zTLOS (ZK-EVM)' : 'ZK-EVM zTLOS';
});
// Result Notifications
Expand Down

0 comments on commit a151b8e

Please sign in to comment.