From 5605e1c5c3ddae9144002fc7249542f273aec957 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Wed, 5 Sep 2018 11:02:13 +0100 Subject: [PATCH] update copy for ip match notifications --- services/web/app/views/project/list/notifications.pug | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index ef2ac66440..04ba3827dc 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -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 }}!
+ | Did you know that {{notification.messageOpts.university_name}} is providing + strong free Overleaf Professional accounts + | to everyone at {{notification.messageOpts.university_name}}?
+ | 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