From 79b49c591be7aef67a3e7d7dd16775ddcdc04548 Mon Sep 17 00:00:00 2001 From: Kwesi Aguillera Date: Thu, 20 Oct 2016 13:11:03 -0400 Subject: [PATCH] Changed the announcement --- templates/base.html | 5 ++--- tests/py/test_notifications.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 23fbbdba6d..5c89c47c5e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -74,11 +74,10 @@

★ - {{ _( "{nowrap}Our new {a}Terms of Service{_a}{_nowrap} {nowrap}make it {a2}easier to get funded on Gratipay{_a}{_nowrap}." + {{ _( "{nowrap}We have {a}integrated npm{_a} into Gratipay.{_nowrap}{_nowrap}" , nowrap=''|safe , _nowrap=''|safe - , a=''|safe - , a2=''|safe + , a=''|safe , _a=''|safe ) }} ★ diff --git a/tests/py/test_notifications.py b/tests/py/test_notifications.py index 549e69bc48..3a8576c6e3 100644 --- a/tests/py/test_notifications.py +++ b/tests/py/test_notifications.py @@ -27,4 +27,4 @@ def test_remove_notification(self): assert alice.notifications == ["abcd", "bcde"] def test_blog_announcement(self): - assert 'projects-45c46718507b">easier' in self.client.GET('/').body + assert 'integrating-npm-39333109419d">integrated' in self.client.GET('/').body