Change i18n contact address

This commit is contained in:
Sarina Canelake
2014-01-20 16:01:03 -05:00
parent 8594faf43f
commit fffa4f36da
2 changed files with 3 additions and 3 deletions

View File

@@ -87,5 +87,5 @@ class TestExtract(TestCase):
po = polib.pofile(path)
metadata = po.metadata
value = metadata['Report-Msgid-Bugs-To']
expected = 'translation_team@edx.org'
expected = 'openedx-translation@googlegroups.com'
self.assertEquals(expected, value)