ManageIQ / manageiq-ui-classic

Classic UI of ManageIQ
Apache License 2.0
50 stars 358 forks source link

Remove newlines from result message #9278

Closed Fryguy closed 1 month ago

Fryguy commented 1 month ago

Newlines can cause trouble with translations as well as presentation in the UI. This particular string doesn't actually need the newlines, so this commit changes it to just not have them.

Alternative to ManageIQ/manageiq#23213

@jrafanie please review.

Fryguy commented 1 month ago

I'm expecting this to fail because of https://github.com/ManageIQ/manageiq-providers-ovirt/pull/677, so if it does I'll just fix in this PR since it's semi-related.