diff --git a/js/id/ui/restore.js b/js/id/ui/restore.js index 9f66fbea7..32169c5be 100644 --- a/js/id/ui/restore.js +++ b/js/id/ui/restore.js @@ -13,7 +13,7 @@ iD.ui.Restore = function(context) { introModal.attr('class','cf'); introModal.append('div') - .attr('class', 'modal-section header') + .attr('class', 'modal-section') .append('h3') .text(t('restore.heading'));