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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user