diff --git a/web/js/html.js b/web/js/html.js index 2b3ea72e..974cc610 100644 --- a/web/js/html.js +++ b/web/js/html.js @@ -27,10 +27,10 @@ App.HTML.Build.dns_form = function (options, id) { tpl.set(':source', options); options = App.Helpers.evalJSON(options) || {}; if (App.Helpers.isEmpty(options)) { - tpl.set(':title', 'New dns record'); + tpl.set(':title', 'New dns domain'); tpl.set(':save_button', 'ADD'); } else { - tpl.set(':title', 'Edit dns record'); + tpl.set(':title', 'Edit dns domain'); tpl.set(':save_button', 'SAVE'); } tpl.set(':id', id || ''); diff --git a/web/js/templates.js b/web/js/templates.js index 340e2e71..3e86a8c9 100644 --- a/web/js/templates.js +++ b/web/js/templates.js @@ -124,18 +124,18 @@ App.Templates.html = { \