Merge pull request #27628 from overleaf/dp-ai-assist-fair-usage

Add fair usage disclaimer to ai assist subscription pages

GitOrigin-RevId: d8cfb7649082e4e9c5d038ab46566b77c0d3d2c8
This commit is contained in:
David
2025-08-07 12:08:03 +01:00
committed by Copybot
parent b9be6e6662
commit 65200c0004
2 changed files with 11 additions and 0 deletions

View File

@@ -194,6 +194,11 @@ function PreviewSubscriptionChange() {
tOptions={{ interpolation: { escapeValue: true } }}
/>
</div>
{aiAddOnChange && (
<div className="plan-terms mt-3">
*{t('fair_usage_policy_applies')}
</div>
)}
<div className="mt-5">
<OLButton

View File

@@ -504,3 +504,9 @@
font-weight: 600;
}
}
.plan-terms {
@include body-xs;
margin-top: var(--spacing-04);
}