diff --git a/hc/accounts/tests/test_project.py b/hc/accounts/tests/test_project.py index 3445d4fd..56c03177 100644 --- a/hc/accounts/tests/test_project.py +++ b/hc/accounts/tests/test_project.py @@ -320,7 +320,7 @@ class ProjectTestCase(BaseTestCase): self.client.login(username="alice@example.org", password="password") r = self.client.get("/projects/%s/settings/" % p2.code) - self.assertContains(r, "Add Users from Other Teams") + self.assertContains(r, "Add Users from Other Projects") self.assertContains(r, "bob@example.org") def test_it_requires_rw_access_to_update_project_name(self): diff --git a/templates/accounts/project.html b/templates/accounts/project.html index 30bd6716..cdbb40d9 100644 --- a/templates/accounts/project.html +++ b/templates/accounts/project.html @@ -228,7 +228,7 @@ {% if is_manager and invite_suggestions %}