From 955670d979cffaa8eb061a8d85c36b01b5c7f581 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Thu, 15 Aug 2024 03:24:49 -0400 Subject: [PATCH] improve Stack ingore_services info tip --- frontend/src/components/resources/stack/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/resources/stack/config.tsx b/frontend/src/components/resources/stack/config.tsx index 1965babd0..46654d27f 100644 --- a/frontend/src/components/resources/stack/config.tsx +++ b/frontend/src/components/resources/stack/config.tsx @@ -215,7 +215,7 @@ export const StackConfig = ({ { label: "Ignore Services", description: - "If your compose file has init containers that exit early, ignore them here so your stack will report the correct health.", + "If your compose file has init services that exit early, ignore them here so your stack will report the correct health.", contentHidden: ((update.extra_args ?? config.extra_args)?.length ?? 0) === 0, actions: !disabled && (