mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-21 17:36:54 +01:00
wordings
This commit is contained in:
parent
27676cabf0
commit
32eb117a0f
@ -27,7 +27,7 @@
|
||||
target="_blank"
|
||||
outlined
|
||||
>
|
||||
Tweet about your contribution
|
||||
Post attestation
|
||||
</b-button>
|
||||
</div>
|
||||
<div v-show="status.type === 'is-danger' || status.type === 'is-success'" class="status">
|
||||
@ -90,7 +90,7 @@ export default {
|
||||
body: JSON.stringify(body)
|
||||
})
|
||||
if (response.ok) {
|
||||
this.status.msg = `Your contribution is verified and authorized. Thank you.`
|
||||
this.status.msg = `Your contribution authorized. Now you can post attestation from your twitter account.`
|
||||
this.status.type = 'is-success'
|
||||
this.hideSaveBtn = true
|
||||
} else {
|
||||
|
@ -49,7 +49,7 @@
|
||||
target="_blank"
|
||||
outlined
|
||||
>
|
||||
Tweet about your contribution
|
||||
Post attestation
|
||||
</b-button>
|
||||
</div>
|
||||
<p class="p">
|
||||
@ -160,7 +160,8 @@ export default {
|
||||
body: formData
|
||||
})
|
||||
if (resp.ok) {
|
||||
this.status.msg = 'Your contribution is verified and recorded. Thank you.'
|
||||
this.status.msg =
|
||||
'Your contribution is verified and recorded. Now you can post attestation from your twitter account.'
|
||||
this.status.type = 'is-success'
|
||||
const responseData = await resp.json()
|
||||
this.$store.commit('user/SET_CONTRIBUTION_INDEX', responseData.contributionIndex)
|
||||
|
Loading…
Reference in New Issue
Block a user