Remove '\n' linebreak from localised string

This is causing the string to be created without end quote in the pot
file, making it invalid and impossible be upload to Zanata. No new
strings can be added to Zanata until this is resolved.

Note that this doesn't seem to change the tooltip as actually displayed,
as \n doesn't appear to be interpreted as a line break at the moment.

Change-Id: Ic4c07aade661226a6a9cf3106a0dfae0586433a8
Partial-Bug: #1674011
This commit is contained in:
Julie Pichon 2017-03-18 18:53:22 +00:00
parent ae729b86b2
commit 21319952dd
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ const messages = defineMessages({
defaultMessage: 'This step assigns and removes nodes from roles in your overcloud. On each ' +
'role\'s selection dialog, you can tag available nodes into the role or untag nodes already ' +
'assigned to the role. Click "Assign Nodes" for a particular role to open the selection ' +
'dialog and start assigning nodes.' +
'\n' +
'dialog and start assigning nodes. ' +
'You can also customize role-specific settings in this step. For example, you can compose ' +
'services on each role and customize specific parameters related to each role. Click the ' +
'pencil icon in the top-right corner of each role to see these role-specific settings'