Fix back to your projects button (#25500)

GitOrigin-RevId: 98f84593bec190b24a225d4690414e4e9f1141e0
This commit is contained in:
Rebeka Dekany
2025-05-15 17:08:38 +02:00
committed by Copybot
parent fc956f3b28
commit bb35babb20
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ function Canceled() {
href="/project"
rel="noopener noreferrer"
>
< {t('back_to_your_projects')}
{t('back_to_your_projects')}
</a>
</p>
</OLPageContentCard>

View File

@@ -114,7 +114,7 @@ function SuccessfulSubscription() {
href={postCheckoutRedirect || '/project'}
rel="noopener noreferrer"
>
&lt; {t('back_to_your_projects')}
{t('back_to_your_projects')}
</a>
</p>
</OLPageContentCard>