From 807139ef25494443e8d6fb7f952feb45546edb37 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 19 Feb 2026 14:38:39 -0800 Subject: [PATCH] Align launcher verification error copy with EDUT ID terminology --- app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.js b/app/app.js index 193dbc2..da008ae 100644 --- a/app/app.js +++ b/app/app.js @@ -247,7 +247,7 @@ const errorCodeHelp = { entitlement_inactive: "Entitlement is inactive for this action.", entitlement_contract_unconfigured: "Checkout is temporarily unavailable (entitlement contract not configured).", tx_verification_failed: "Transaction not yet verifiable. Wait for chain confirmation and retry.", - membership_verification_failed: "Membership proof not yet verifiable. Wait for chain confirmation and retry.", + membership_verification_failed: "EDUT ID proof not yet verifiable. Wait for chain confirmation and retry.", quote_expired: "Quote expired. Request a new quote.", quote_not_found: "Quote not found. Start a new quote flow.", install_token_expired: "Install token expired. Request a new install token.",