Merge lp:~jtv/maas/once-the-all into lp:~maas-committers/maas/trunk

Proposed by Jeroen T. Vermeulen
Status: Merged
Approved by: Raphaël Badin
Approved revision: no longer in the source branch.
Merged at revision: 3000
Proposed branch: lp:~jtv/maas/once-the-all
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 13 lines (+2/-2)
1 file modified
src/maasserver/views/clusters.py (+2/-2)
To merge this branch: bzr merge lp:~jtv/maas/once-the-all
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+234806@code.launchpad.net

Commit message

Fix typo in UI message.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/views/clusters.py'
2--- src/maasserver/views/clusters.py 2014-09-11 09:49:48 +0000
3+++ src/maasserver/views/clusters.py 2014-09-16 12:09:35 +0000
4@@ -138,8 +138,8 @@
5 message = (
6 "Import of boot images started. Importing the boot "
7 "images can take a long time depending on the available "
8- "bandwidth. Once complete the all clusters will download the "
9- "boot resources from the region.")
10+ "bandwidth. Once this has completed, all clusters will "
11+ "download the boot resources from the region.")
12 messages.info(request, message)
13 return HttpResponseRedirect(reverse('cluster-list'))
14