ens-usernames/app/components/ens/copy.js

17 lines
447 B
JavaScript
Raw Normal View History

2018-08-20 19:31:12 +00:00
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.'
}
}