mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 07:10:55 +00:00
free trial length is show correctly at bottom of plans page
This commit is contained in:
parent
fd8991f62e
commit
e443809206
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ block content
|
|||
) #{translate("buy_now")}
|
||||
|
||||
.row.row-spaced(ng-cloak)
|
||||
p.text-centered #{translate("choose_plan_works_for_you", {len:14})}
|
||||
p.text-centered #{translate("choose_plan_works_for_you", {len:'{{trial_len}}'})}
|
||||
|
||||
.row(ng-cloak)
|
||||
.col-md-8.col-md-offset-2
|
||||
|
|
Loading…
Reference in a new issue