From bb0188b38c501475fc2a27d1346e4ca67a4aba36 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Feb 2026 14:55:35 -0500 Subject: [PATCH] [Fix] build.func: QOL grammar adjustment for Creating LXC message (#11633) --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 243869534..c4c078633 100644 --- a/misc/build.func +++ b/misc/build.func @@ -2763,7 +2763,7 @@ Advanced: [[ -n "${CT_TIMEZONE:-}" ]] && echo -e "${INFO}${BOLD}${DGN}Timezone: ${BGN}$CT_TIMEZONE${CL}" [[ "$APT_CACHER" == "yes" ]] && echo -e "${INFO}${BOLD}${DGN}APT Cacher: ${BGN}$APT_CACHER_IP${CL}" echo -e "${SEARCH}${BOLD}${DGN}Verbose Mode: ${BGN}$VERBOSE${CL}" - echo -e "${CREATING}${BOLD}${RD}Creating a ${APP} LXC using the above advanced settings${CL}" + echo -e "${CREATING}${BOLD}${RD}Creating an LXC of ${APP} using the above advanced settings${CL}" } # ==============================================================================