diff --git a/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java b/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java index e6865d96e60..0dad609bbf4 100644 --- a/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java +++ b/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/DeploymentHandler.java @@ -1,4 +1,5 @@ /* + * Copyright (c) 2024 Contributors to the Eclipse Foundation. * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the @@ -74,7 +75,7 @@ public static void deploy(HandlerContext handlerCtx) { if (GuiUtil.isEmpty(origPath)) { GuiUtil.getLogger().info("deploy(): origPath is NULL"); - String mesg = GuiUtil.getMessage("msg.deploy.nullArchiveError"); + String mesg = GuiUtil.getMessage("deployment.failure"); GuiUtil.handleError(handlerCtx, mesg); return; }