mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-15 07:33:15 +08:00
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:
parent
d07c2c2c0d
commit
c892bac27f
@ -74,7 +74,7 @@ Control
|
|||||||
catalog.i18nc("@info", "Follow the procedure to add a new printer"),
|
catalog.i18nc("@info", "Follow the procedure to add a new printer"),
|
||||||
catalog.i18nc("@info", "Your new printer will automatically appear in Cura"),
|
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 />");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user