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
ea25857d49
commit
5c53523e0d
@ -119,7 +119,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
makeTweet() {
|
||||
const tweetText = `Just make the contribution %23${this.contributionIndex} to Tornado.cash trusted setup ceremony! 🚀`
|
||||
const tweetText = `Just made the contribution %23${this.contributionIndex} to Tornado.cash Trusted Setup Ceremony! 🚀`
|
||||
const popUpWindowWidth = 600
|
||||
const popUpWindowHeight = 250
|
||||
const dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : window.screenX
|
||||
@ -174,7 +174,7 @@ export default {
|
||||
body: formData
|
||||
})
|
||||
if (resp.ok) {
|
||||
this.status.msg = 'Your contribution is verified and recorded. THX BYE.'
|
||||
this.status.msg = 'Your contribution is verified and recorded. Thank you.'
|
||||
this.status.type = 'is-success'
|
||||
const responseData = await resp.json()
|
||||
this.contributionIndex = responseData.contributionIndex
|
||||
|
Loading…
Reference in New Issue
Block a user