From 2e2609ac9086c50e2b4de1113ba85f5294327f35 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Fri, 1 Sep 2023 13:41:25 -0500 Subject: [PATCH] fix tile title Signed-off-by: 1000TurquoisePogs --- lib/apiml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apiml.js b/lib/apiml.js index a8d5525b..7b71082b 100644 --- a/lib/apiml.js +++ b/lib/apiml.js @@ -68,7 +68,7 @@ const MEDIATION_LAYER_INSTANCE_DEFAULTS = (zluxProto, zluxHostname, zluxPort) => "apiml.catalog.tile.version": zluxUtil.getZoweVersion(), - "apiml.service.title": "Core and Plugin Dataservice APIs", + "apiml.service.title": "App Server", "apiml.service.description": `This list includes core APIs for management of plugins, management of the server itself, and APIs brought by plugins and the app server agent, ZSS. Plugins that do not bring their own API documentation are shown here as stubs.`, "apiml.authentication.sso": "true",