Fix Typo in loadbalancers/workflow.py
The split-line string neglected a space between words, resulting in an incorrect string. Found during translation. This patch simply adds a single space. Change-Id: I390f90e8fb607055cd0f52b85b0da3870c6738ab
This commit is contained in:
parent
c1fbaa8ee5
commit
6b73dc6e3b
@ -341,7 +341,7 @@ class AddMemberAction(workflows.Action):
|
||||
|
||||
if len(servers) == 0:
|
||||
self.fields['members'].label = _(
|
||||
"No servers available. To add a member, you"
|
||||
"No servers available. To add a member, you "
|
||||
"need at least one running instance.")
|
||||
self.fields['members'].required = True
|
||||
self.fields['members'].help_text = _("Select members "
|
||||
|
Loading…
Reference in New Issue
Block a user