Skip to content

Commit 0f889d0

Browse files
committed
Replaced NS# with NameServer
1 parent c2a9d2c commit 0f889d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/js/actions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ App.Actions.add_form_ns = function(evt)
533533

534534
$(form).find('.ns-entry').each(function(i, o)
535535
{
536-
$(o).find('label').text('NS #' + (i + 1));
536+
$(o).find('label').text('NameServer #' + (i + 1));
537537
$(o).find('input').attr('name', 'NS' + (i + 1));
538538
});
539539
}
@@ -581,7 +581,7 @@ App.Actions.view_template_info = function(evt)
581581
$.each(reply.data, function(key) {
582582
html += '<li><strong>'+key+':</strong> '+reply.data[key]+'</li>';
583583
});
584-
App.Helpers.openInnerPopup(elm, '<ul>'+html+'</ul>', 'Template Info');
584+
App.Helpers.openInnerPopup(elm, '<ul>'+html+'</ul>', 'Template Settings');
585585
}
586586
});
587587
}

0 commit comments

Comments
 (0)