17 lines
447 B
JavaScript
17 lines
447 B
JavaScript
|
export default {
|
||
|
release: {
|
||
|
title: {
|
||
|
sub: 'Done!',
|
||
|
body: 'The released domain will be available to other users'
|
||
|
},
|
||
|
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.'
|
||
|
}
|
||
|
}
|