@@ -216,11 +216,12 @@
-
+
+
diff --git a/domain-server/resources/web/wizard/js/wizard.js b/domain-server/resources/web/wizard/js/wizard.js
index 2ce23d3fcf..d02dce456e 100644
--- a/domain-server/resources/web/wizard/js/wizard.js
+++ b/domain-server/resources/web/wizard/js/wizard.js
@@ -149,7 +149,7 @@ function setupWizardSteps() {
steps = $('.wizard-step');
$(steps).each(function(i) {
- $(this).children(".step-title").text("Step " + (i + 1) + " of " + (steps.length - 1));
+ $(this).children(".step-title").text("Step " + (i + 1) + " of " + (steps.length));
});
$('#permissions-description').html('You
have been assigned administrator privileges to this domain.');