mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue