mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1578 from sharelatex/jel-student-disclaimer
Show disclaimer on student subscription trials GitOrigin-RevId: dfac98e74b3bc34742a179193cc8ce92deb14229
This commit is contained in:
parent
97145847ef
commit
96759a90f4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ block content
|
|||
a(
|
||||
ng-click="changeCurrency(currency)",
|
||||
) {{currency}} ({{value['symbol']}})
|
||||
.row(ng-if="planCode == 'student-annual' || planCode == 'student-monthly'")
|
||||
.row(ng-if="planCode == 'student-annual' || planCode == 'student-monthly' || planCode == 'student_free_trial_7_days'")
|
||||
.col-xs-12
|
||||
p.student-disclaimer #{translate('student_disclaimer')}
|
||||
|
||||
|
|
Loading…
Reference in a new issue