Add missing ws separator between words
This is to add missing ws separator between words. Change-Id: Icfe0c1f6893b5c54dfa0ef7fe15499b3b50079ed
This commit is contained in:
parent
a98f5c11ed
commit
080373033e
@ -345,7 +345,7 @@ def switch_keystone_provider(request, keystone_provider=None,
|
||||
request.session['k2k_base_unscoped_token'] = base_token
|
||||
request.session['k2k_auth_url'] = k2k_auth_url
|
||||
message = (
|
||||
_('Switch to Keystone Provider "%(keystone_provider)s"'
|
||||
_('Switch to Keystone Provider "%(keystone_provider)s" '
|
||||
'successful.') % {'keystone_provider': keystone_provider})
|
||||
messages.success(request, message)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user