Skip to content

Commit

Permalink
💬 Add simple description for desmos proof
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 31, 2021
1 parent 90ffd9b commit bcc006b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions locales/client/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,11 @@
},
"Settings": {
"title": "AuthCore Settings"
},
"Desmos": {
"desmos": "Desmos network",
"forbolex": "Forbole X",
"proofDescription": "Connect your address to {desmos} using {forbolex}"
}
},
"CivicLikerReferral": {
Expand Down
21 changes: 21 additions & 0 deletions pages/in/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,27 @@
/>
<template v-else>
<div>
<i18n
:path="`AuthCore.Desmos.proofDescription`"
class="lc-margin-top-8 lc-margin-bottom-8"
tag="p"
>
<a
href="https://desmos.network/"
place="desmos"
rel="noopener noreferrer"
target="_blank"
>
{{ $t('AuthCore.Desmos.desmos') }}
</a>
<a
href="https://x.forbole.com"
place="forbolex"
rel="noopener noreferrer"
target="_blank"
>
{{ $t('AuthCore.Desmos.forbolex') }}
</a></i18n>
<textarea
v-model="authCoreProofText"
class="lc-margin-top-8"
Expand Down

0 comments on commit bcc006b

Please # to comment.