Remove 'Claude' brand references from all user-facing views

Replace with generic 'AI', 'AI agent', or 'AI system' throughout.
Keeps the underlying vendor implementation details off the UI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 22:51:36 -04:00
parent 6d9111b448
commit 4128c15bbb
6 changed files with 7 additions and 7 deletions
@@ -142,7 +142,7 @@
<div>
<h6 class="fw-semibold mb-1">What this analysis does</h6>
<p class="small text-muted mb-2">
Claude reviews every active, priced item in your catalog against your shop's actual operating costs —
Our AI system reviews every active, priced item in your catalog against your shop's actual operating costs —
labor, oven time, sandblasting, coating booth, and powder material. For each item it estimates a
realistic surface area and processing time, calculates a cost floor, then compares that to your
current price and returns one of four verdicts:
+1 -1
View File
@@ -229,7 +229,7 @@
one-off work that does not fit the standard calculation model.
</li>
<li class="mb-2">
<strong>AI Photo Quote Item</strong> — upload photos of the parts and let AI (Claude) estimate
<strong>AI Photo Quote Item</strong> — upload photos of the parts and let our AI agent estimate
the surface area, complexity, and labor time. Review and override any value before accepting.
Up to two follow-up rounds of questions are supported.
</li>
@@ -176,7 +176,7 @@
<i class="bi bi-robot text-primary me-2"></i>AI-Powered Reports
</h2>
<p>
Several reports use AI (Claude by Anthropic) to analyze your data and return insights in plain
Several reports use AI to analyze your data and return insights in plain
English. These are found either on the Reports landing page or as buttons within other reports.
</p>
@@ -498,7 +498,7 @@
<div id="aiLoading" class="d-none p-4 text-center">
<div class="spinner-border text-purple mb-3" style="color:#6f42c1; width:3rem; height:3rem;"></div>
<div class="fw-semibold">Analyzing your queue...</div>
<div class="text-muted small mt-1">Claude is grouping jobs by color, temperature, and priority</div>
<div class="text-muted small mt-1">AI is grouping jobs by color, temperature, and priority</div>
</div>
<!-- Error state -->
@@ -534,7 +534,7 @@
<!-- Initial state (before running) -->
<div id="aiInitial" class="p-4">
<p class="text-muted small">
Claude will analyze all <strong>@Model.QueuedJobs.Count job(s)</strong> in the queue and suggest
Our AI agent will analyze all <strong>@Model.QueuedJobs.Count job(s)</strong> in the queue and suggest
optimized batches for your <strong>@Model.Ovens.Count oven(s)</strong>, grouping by:
</p>
<ul class="small text-muted">
@@ -77,7 +77,7 @@
<div id="flagsList"></div>
<div class="text-muted small text-end mt-3">
<i class="bi bi-robot me-1"></i>Generated by Claude AI &middot; <span id="analysisTimestamp"></span>
<i class="bi bi-robot me-1"></i>Generated by AI &middot; <span id="analysisTimestamp"></span>
&middot; <a href="#" onclick="runAnalysis(); return false;">Re-run</a>
</div>
</div>
@@ -140,7 +140,7 @@
</div>
<div class="text-muted small text-end">
<i class="bi bi-robot me-1"></i>Generated by Claude AI &middot; <span id="forecastTimestamp"></span>
<i class="bi bi-robot me-1"></i>Generated by AI &middot; <span id="forecastTimestamp"></span>
&middot; <a href="#" onclick="runForecast(); return false;">Refresh</a>
</div>
</div>