2018-08-20 19:31:12 +00:00
|
|
|
export default {
|
|
|
|
release: {
|
|
|
|
title: {
|
|
|
|
sub: 'Done!',
|
2018-09-04 21:49:39 +00:00
|
|
|
body: 'The released username will be available to other users'
|
2018-08-20 19:31:12 +00:00
|
|
|
},
|
|
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
|
|
|
},
|
|
|
|
registered: {
|
|
|
|
title: {
|
|
|
|
sub: 'Nice!',
|
|
|
|
body: 'The name is yours once the transaction is complete'
|
|
|
|
},
|
|
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
2018-08-22 14:39:53 +00:00
|
|
|
},
|
|
|
|
edit: {
|
|
|
|
title: {
|
|
|
|
sub: 'Done!',
|
|
|
|
body: 'Your changes will be saved when the transaction is complete'
|
|
|
|
},
|
|
|
|
subheading: 'Follow the progress in the Transaction History section of your wallet.'
|
2018-08-20 19:31:12 +00:00
|
|
|
}
|
|
|
|
}
|