💬 Show Success: Blueprint applied successfully

This commit is contained in:
Fred KISSIE
2025-10-30 00:54:15 +01:00
parent 521935786c
commit adedb0e391
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ export async function applyBlueprint({
}
blueprintSucceeded = true;
blueprintMessage = "success";
blueprintMessage = "Blueprint applied successfully";
} catch (err) {
blueprintSucceeded = false;
blueprintMessage = `Failed to update blueprint from config: ${err}`;