-
Attributions
+Website attributions
- On /for/business page: diff --git a/zerver/tests/test_docs.py b/zerver/tests/test_docs.py index 49a369a96f..82132ab055 100644 --- a/zerver/tests/test_docs.py +++ b/zerver/tests/test_docs.py @@ -174,7 +174,7 @@ class DocPageTest(ZulipTestCase): self._test("/for/communities/", "Zulip for communities") self._test("/self-hosting/", "Self-host Zulip") self._test("/security/", "TLS encryption") - self._test("/attribution/", "Attributions") + self._test("/attribution/", "Website attributions") self._test("/devlogin/", "Normal users", landing_page=False) self._test("/devtools/", "Useful development URLs") self._test("/errors/404/", "Page not found")