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

24 lines
667 B
JavaScript
Raw Normal View History

2018-08-20 19:31:12 +00:00
export default {
release: {
title: {
sub: 'Done!',
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
}
}