Use paragraph for in favor of ordered list

Text indentation became when the text would span multiple lines

contributes to CURA-8689
This commit is contained in:
c.lamboo 2022-11-03 10:45:29 +01:00
parent d07c2c2c0d
commit c892bac27f

View file

@ -74,7 +74,7 @@ Control
catalog.i18nc("@info", "Follow the procedure to add a new printer"),
catalog.i18nc("@info", "Your new printer will automatically appear in Cura"),
];
return `<ol>${steps.map(step => `<li>${step}</il>`).join('')}</ol>`;
return steps.join("<br />");
}
}