Closed Fryguy closed 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.
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.
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.