We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a9d2c commit 0f889d0Copy full SHA for 0f889d0
web/js/actions.js
@@ -533,7 +533,7 @@ App.Actions.add_form_ns = function(evt)
533
534
$(form).find('.ns-entry').each(function(i, o)
535
{
536
- $(o).find('label').text('NS #' + (i + 1));
+ $(o).find('label').text('NameServer #' + (i + 1));
537
$(o).find('input').attr('name', 'NS' + (i + 1));
538
});
539
}
@@ -581,7 +581,7 @@ App.Actions.view_template_info = function(evt)
581
$.each(reply.data, function(key) {
582
html += '<li><strong>'+key+':</strong> '+reply.data[key]+'</li>';
583
584
- App.Helpers.openInnerPopup(elm, '<ul>'+html+'</ul>', 'Template Info');
+ App.Helpers.openInnerPopup(elm, '<ul>'+html+'</ul>', 'Template Settings');
585
586
587
0 commit comments