mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 15:00:58 +00:00
update copy for ip match notifications
This commit is contained in:
parent
23e6292fd7
commit
5605e1c5c3
1 changed files with 6 additions and 2 deletions
|
@ -63,8 +63,12 @@ span(ng-controller="NotificationsController").userNotifications
|
|||
.alert.alert-info(ng-switch-when="notification_ip_matched_affiliation")
|
||||
div.notification_inner
|
||||
.notification_body
|
||||
| Add an email for
|
||||
strong {{ notification.messageOpts.university_name }}
|
||||
| It looks like you're at
|
||||
strong {{ notification.messageOpts.university_name }}! <br/>
|
||||
| Did you know that {{notification.messageOpts.university_name}} is providing
|
||||
strong free Overleaf Professional accounts
|
||||
| to everyone at {{notification.messageOpts.university_name}}? <br/>
|
||||
| Add an institutional email address to claim your account.
|
||||
a.pull-right.btn.btn-sm.btn-info(href="/user/settings")
|
||||
| Add Affiliation
|
||||
span().notification_close
|
||||
|
|
Loading…
Reference in a new issue