mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(frontend): rename "CoPilot" to "AutoPilot" on credits page (#12481)
Requested by @kcze Renames "CoPilot" → "AutoPilot" on the credits/usage limits page: - **Heading:** "CoPilot Usage Limits" → "AutoPilot Usage Limits" - **Button:** "Open CoPilot" → "Open AutoPilot" - Comment updated to match --- Co-authored-by: Zamil Majdy (@majdyz) <zamil.majdy@agpt.co> Co-authored-by: Zamil Majdy (@majdyz) <zamil.majdy@agpt.co>
This commit is contained in:
@@ -39,12 +39,12 @@ function CoPilotUsageSection() {
|
||||
|
||||
return (
|
||||
<div className="my-6 space-y-4">
|
||||
<h3 className="text-lg font-medium">CoPilot Usage Limits</h3>
|
||||
<h3 className="text-lg font-medium">AutoPilot Usage Limits</h3>
|
||||
<div className="rounded-lg border border-neutral-200 p-4">
|
||||
<UsagePanelContent usage={usage} showBillingLink={false} />
|
||||
</div>
|
||||
<Button className="w-full" onClick={() => router.push("/copilot")}>
|
||||
Open CoPilot
|
||||
Open AutoPilot
|
||||
</Button>
|
||||
</div>
|
||||
);
|
||||
@@ -267,7 +267,7 @@ export default function CreditsPage() {
|
||||
)}
|
||||
</form>
|
||||
|
||||
{/* CoPilot Usage Limits */}
|
||||
{/* AutoPilot Usage Limits */}
|
||||
<CoPilotUsageSection />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user