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:
@@ -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 · <span id="analysisTimestamp"></span>
|
||||
<i class="bi bi-robot me-1"></i>Generated by AI · <span id="analysisTimestamp"></span>
|
||||
· <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 · <span id="forecastTimestamp"></span>
|
||||
<i class="bi bi-robot me-1"></i>Generated by AI · <span id="forecastTimestamp"></span>
|
||||
· <a href="#" onclick="runForecast(); return false;">Refresh</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user