Skip to content

Commit c2a9d2c

Browse files
committed
Renamed form fields
1 parent a12f684 commit c2a9d2c

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

web/js/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ App.HTML.Build.dns_form = function (options, id) {
2727
tpl.set(':source', options);
2828
options = App.Helpers.evalJSON(options) || {};
2929
if (App.Helpers.isEmpty(options)) {
30-
tpl.set(':title', 'New dns record');
30+
tpl.set(':title', 'New dns domain');
3131
tpl.set(':save_button', 'ADD');
3232
} else {
33-
tpl.set(':title', 'Edit dns record');
33+
tpl.set(':title', 'Edit dns domain');
3434
tpl.set(':save_button', 'SAVE');
3535
}
3636
tpl.set(':id', id || '');

0 commit comments

Comments
 (0)