ソースを参照

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',
         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.'),