|
@@ -19,7 +19,7 @@ export default {
|
|
destroy: 'Delete Record Set',
|
|
destroy: 'Delete Record Set',
|
|
},
|
|
},
|
|
texts: {
|
|
texts: {
|
|
- banner: () => 'You can edit your DNS records here. As this feature is evolving, we would like to gather your feedback. Feel free to post in <a href="https://talk.desec.io/" target="_blank">our forum</a>, or shoot us an email.',
|
|
|
|
|
|
+ banner: () => 'You can edit your DNS records here. If you have questions, feel free to post in <a href="https://talk.desec.io/" target="_blank">our forum</a>, or shoot us an email.',
|
|
create: () => (''),
|
|
create: () => (''),
|
|
destroy: rrset => (`Delete record set ${rrset.type} ${rrset.subname}?`),
|
|
destroy: rrset => (`Delete record set ${rrset.type} ${rrset.subname}?`),
|
|
destroyInfo: () => ('This operation will permanently remove this information from the DNS.'),
|
|
destroyInfo: () => ('This operation will permanently remove this information from the DNS.'),
|