Skip to content

Commit

Permalink
AU help component update (#979)
Browse files Browse the repository at this point in the history
* Load mapped EVM account

* UA help component update

* Revert wrong commit

* Another revert
  • Loading branch information
bobo-k2 authored Oct 19, 2023
1 parent 56a212b commit c2973b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
21 changes: 6 additions & 15 deletions src/components/header/modals/account-unification/Help.vue
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
<template>
<div class="wrapper--help">
<div class="text--title">{{ $t('wallet.unifiedAccount.needHelp') }}</div>
<dl class="list--help">
<dt>{{ $t('wallet.unifiedAccount.whichAddress.q') }}</dt>
<dd>
{{ $t('wallet.unifiedAccount.whichAddress.a') }}
<br /><a href="#">{{ $t('wallet.unifiedAccount.userTutorials') }}</a>
</dd>
</dl>
<div class="text--title">{{ $t('wallet.unifiedAccount.onlyShibuya') }}</div>
<ul>
<li>
<a href="#">{{ $t('wallet.unifiedAccount.userTutorials') }}</a>
</li>
<li>
<a href="#">{{ $t('wallet.unifiedAccount.aboutForUsers') }}</a>
</li>
<li>
<a href="#">{{ $t('wallet.unifiedAccount.techDocs') }}</a>
<a
href="https://docs.astar.network/docs/build/astar-beta-labs/account-unification/"
target="_blank"
>{{ $t('wallet.unifiedAccount.userTutorials') }}</a
>
</li>
</ul>
</div>
Expand Down
10 changes: 2 additions & 8 deletions src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,8 @@ export default {
readyToUnify:
'Now xcTokens are sent and you are ready to unify both accounts! Please check below before confirm.',
congrats: 'Congrats!!\nYour account is unified!\n\nNo need EVM deposit anymore!',
needHelp: 'Need help?',
whichAddress: {
q: 'I don’t know which address I need to use?',
a: 'You don’t need to think of which one, balance of the both accounts are the same. You don’t need to think of which one, balance of the both accounts are the same.',
},
userTutorials: 'User tutorials',
aboutForUsers: 'About the unified accounts for users',
techDocs: 'Tech docs',
onlyShibuya: 'This feature is only available for Shibuya testnet.',
userTutorials: 'Documentation and tutorials',
sendingXc20: 'Start sending XC20 tokens, please wait...',
editUnifiedAccount: 'Edit Unified Account',
save: 'Save',
Expand Down

1 comment on commit c2973b9

@4everland
Copy link

@4everland 4everland bot commented on c2973b9 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain

Please sign in to comment.