From 8ca48278348a93101f51a48b6da313729ea45781 Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:50:36 +0200 Subject: [PATCH] Merge pull request #11071 from overleaf/jpa-typo-symbol-palette [web] fix typo in symbol palette feature on new subscription pages GitOrigin-RevId: b167c861ac77b8aaf5e78eae8a5d4c121e0c5f7d --- services/web/app/views/subscriptions/new-refreshed.pug | 4 ++-- services/web/app/views/subscriptions/new-updated.pug | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/app/views/subscriptions/new-refreshed.pug b/services/web/app/views/subscriptions/new-refreshed.pug index ddc4179971..eb32605755 100644 --- a/services/web/app/views/subscriptions/new-refreshed.pug +++ b/services/web/app/views/subscriptions/new-refreshed.pug @@ -44,8 +44,8 @@ block content li #{translate("reference_search")} if plan.features.mendeley || plan.features.zotero li #{translate("reference_sync")} - if plan.features.symbolyPalette - li #{translate("symboly_palette")} + if plan.features.symbolPalette + li #{translate("symbol_palette")} div.price-summary(ng-if="recurlyPrice") diff --git a/services/web/app/views/subscriptions/new-updated.pug b/services/web/app/views/subscriptions/new-updated.pug index 82e8475e33..710ab8e146 100644 --- a/services/web/app/views/subscriptions/new-updated.pug +++ b/services/web/app/views/subscriptions/new-updated.pug @@ -39,8 +39,8 @@ block content li #{translate("reference_search")} if plan.features.mendeley || plan.features.zotero li #{translate("reference_sync")} - if plan.features.symbolyPalette - li #{translate("symboly_palette")} + if plan.features.symbolPalette + li #{translate("symbol_palette")} div.price-summary(ng-if="recurlyPrice")