fix grammar in announcement email

Change-Id: I23137bd769326f7114de81352162523cfc8b43fe
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-20 13:23:20 -04:00
parent af91a50d2b
commit 0d6ce00a4a

View File

@ -115,10 +115,11 @@ class MigrationAnnounce(command.Command):
return parser
body_template = textwrap.dedent('''
The Zuul project settings for the {{team}} repositories
has begun. Please do not approve any changes to
openstack-infra/project-config/zuul.d/projects.yaml for
the following repositories:
The migration of Zuul project settings for the
{{team}} repositories has begun.
Please do not approve any changes to
openstack-infra/project-config/zuul.d/projects.yaml
for the following repositories:
{% for repo in repos %}
- {{repo}}
{%- endfor %}