mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
settings: Rename SERVER_URI to ROOT_DOMAIN_URI.
This should be a lot less confusing. See #6013 for discussion.
This commit is contained in:
@@ -69,7 +69,7 @@ IGNORED_PHRASES = [
|
||||
'<a href="/#streams">Streams page</a>.'),
|
||||
(r'Looking for our '
|
||||
'<a href="/integrations" target="_blank">Integrations</a> or '
|
||||
'<a href="{{ server_uri }}/api" target="_blank">API</a> '
|
||||
'<a href="{{ root_domain_uri }}/api" target="_blank">API</a> '
|
||||
'documentation?'),
|
||||
r'Most stream administration is done on the <a href="/#streams">Streams page</a>.',
|
||||
r"one or more people...",
|
||||
|
||||
Reference in New Issue
Block a user