Skip to content
Snippets Groups Projects
Commit 6d7f291b authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Front-load spaces

parent 72135880
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,13 @@ class ConfigError(Exception): ...@@ -27,13 +27,13 @@ class ConfigError(Exception):
class Config(object): class Config(object):
stats_reporting_begging_spiel = ( stats_reporting_begging_spiel = (
"We would really appreciate it if you could help our project out by " "We would really appreciate it if you could help our project out by"
"reporting anonymized usage statistics from your homeserver. Only very " " reporting anonymized usage statistics from your homeserver. Only very"
"basic aggregate data (e.g. number of users) will be reported, but it " " basic aggregate data (e.g. number of users) will be reported, but it"
"helps us to track the growth of the Matrix community, and helps us to " " helps us to track the growth of the Matrix community, and helps us to"
"make Matrix a success, as well as to convince other networks that they " " make Matrix a success, as well as to convince other networks that they"
"should peer with us.\n" " should peer with us."
"Thank you." "\nThank you."
) )
@staticmethod @staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment