mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #11071 from overleaf/jpa-typo-symbol-palette
[web] fix typo in symbol palette feature on new subscription pages GitOrigin-RevId: b167c861ac77b8aaf5e78eae8a5d4c121e0c5f7d
This commit is contained in:
parent
d959dbc236
commit
8ca4827834
2 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue