提交 8569ad06 编写于 作者: D Daniel Beck

Add proper title for setup wizard

上级 bdf0da30
......@@ -24,6 +24,7 @@ import javax.servlet.http.HttpServletRequestWrapper;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.security.csrf.GlobalCrumbIssuerConfiguration;
import jenkins.model.JenkinsLocationConfiguration;
import jenkins.security.seed.UserSeedProperty;
......@@ -93,7 +94,13 @@ public class SetupWizard extends PageDecorator {
public static String initialSetupAdminUserName = "admin";
private static final Logger LOGGER = Logger.getLogger(SetupWizard.class.getName());
@NonNull
@Override
public String getDisplayName() {
return Messages.SetupWizard_DisplayName();
}
/**
* Initialize the setup wizard, this will process any current state initializations
*/
......
......@@ -22,3 +22,4 @@
SetupWizard_ConfigureInstance_ValidationErrors=Some settings are invalid. See the error messages for details.
SetupWizard_ConfigureInstance_RootUrl_Empty=The URL cannot be empty
SetupWizard_ConfigureInstance_RootUrl_Invalid=The URL is invalid, please ensure you are using http:// or https:// with a valid domain.
SetupWizard.DisplayName=Setup Wizard
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册