Преглед на файлове

fix(webapp): stop suggesting that the GUI is beta

Peter Thomassen преди 4 години
родител
ревизия
c3882e21b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      webapp/src/views/Domain/CrudDomain.vue

+ 1 - 1
webapp/src/views/Domain/CrudDomain.vue

@@ -19,7 +19,7 @@ export default {
         destroy: 'Delete Record Set',
       },
       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: () => (''),
         destroy: rrset => (`Delete record set ${rrset.type} ${rrset.subname}?`),
         destroyInfo: () => ('This operation will permanently remove this information from the DNS.'),