Abstract out platform name in default Wiki string

This commit is contained in:
Sarina Canelake
2015-03-06 13:02:06 -05:00
parent e1dc0f5cdc
commit 1dc75ffdc3

View File

@@ -125,7 +125,7 @@ def get_or_create_root():
pass
starting_content = "\n".join((
_("Welcome to the edX Wiki"),
_("Welcome to the {platform_name} Wiki").format(platform_name=settings.PLATFORM_NAME),
"===",
_("Visit a course wiki to add an article."),
))