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"
|
target="_blank"
|
||||||
outlined
|
outlined
|
||||||
>
|
>
|
||||||
Tweet about your contribution
|
Post attestation
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
<div v-show="status.type === 'is-danger' || status.type === 'is-success'" class="status">
|
<div v-show="status.type === 'is-danger' || status.type === 'is-success'" class="status">
|
||||||
@ -90,7 +90,7 @@ export default {
|
|||||||
body: JSON.stringify(body)
|
body: JSON.stringify(body)
|
||||||
})
|
})
|
||||||
if (response.ok) {
|
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.status.type = 'is-success'
|
||||||
this.hideSaveBtn = true
|
this.hideSaveBtn = true
|
||||||
} else {
|
} else {
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
outlined
|
outlined
|
||||||
>
|
>
|
||||||
Tweet about your contribution
|
Post attestation
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
<p class="p">
|
<p class="p">
|
||||||
@ -160,7 +160,8 @@ export default {
|
|||||||
body: formData
|
body: formData
|
||||||
})
|
})
|
||||||
if (resp.ok) {
|
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'
|
this.status.type = 'is-success'
|
||||||
const responseData = await resp.json()
|
const responseData = await resp.json()
|
||||||
this.$store.commit('user/SET_CONTRIBUTION_INDEX', responseData.contributionIndex)
|
this.$store.commit('user/SET_CONTRIBUTION_INDEX', responseData.contributionIndex)
|
||||||
|
Loading…
Reference in New Issue
Block a user