mirror of
https://github.com/myvesta/vesta
synced 2025-07-14 00:53:30 -07:00
Renamed form fields
This commit is contained in:
parent
a12f6849a5
commit
c2a9d2ca44
2 changed files with 68 additions and 68 deletions
|
@ -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 || '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue