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

refactor: update Index page wording #3314

Merged
merged 1 commit into from
Oct 15, 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
8 changes: 3 additions & 5 deletions src/popup/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,11 +890,9 @@
"term1": "I agree to the Superhero ",
"termsAndConditions": "Terms of Use",
"heading": {
"message": "More than just a way to {0}, {1} & {2} on the {3}",
"receive": "receive",
"store": "store",
"send": "send tokens",
"aeternityBlockchain": "æternity blockchain"
"message": "The multi-blockchain wallet to manage crypto assets and navigate {0} & {1} space.",
"web3": "web3",
"deFi": "DeFi"
},
"ready": "Ready to go?",
"go": "Go!",
Expand Down
14 changes: 8 additions & 6 deletions src/popup/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
class="tag"
scope="global"
>
<span class="emphasis">{{ $t('pages.index.heading.receive') }}</span>
<span class="emphasis">{{ $t('pages.index.heading.store') }}</span>
<span class="emphasis">{{ $t('pages.index.heading.send') }}</span>
<span class="aeternity-name">
{{ $t('pages.index.heading.aeternityBlockchain') }}
</span>
<span
class="emphasis"
v-text="$t('pages.index.heading.web3')"
/>
<span
class="emphasis"
v-text="$t('pages.index.heading.deFi')"
/>
</i18n-t>
</div>

Expand Down
Loading