mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21009 from overleaf/jdt-fix-assistant-plan-naming
Set Assist GitOrigin-RevId: 0da509cbebd833da0d2dac648bce988191279c99
This commit is contained in:
parent
1426525e8d
commit
d002c25ed1
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ function FreePlan() {
|
|||
{isSplitTestEnabled('ai-add-on') && (
|
||||
<a
|
||||
className="btn btn-secondary"
|
||||
href="/user/subscription/new?planCode=assist"
|
||||
href="/user/subscription/new?planCode=assistant"
|
||||
>
|
||||
{t('buy_overleaf_assist')}
|
||||
</a>
|
||||
|
|
|
@ -24,7 +24,7 @@ export function ExpiredSubscription({
|
|||
{isSplitTestEnabled('ai-add-on') && (
|
||||
<a
|
||||
className="btn btn-secondary me-1"
|
||||
href="/user/subscription/new?planCode=assist"
|
||||
href="/user/subscription/new?planCode=assistant"
|
||||
>
|
||||
{t('buy_overleaf_assist')}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue