mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:59:12 +08:00
Enumerate steps
Contributes to CURA-8689
This commit is contained in:
parent
2ef0c3d163
commit
f2147bb259
@ -66,9 +66,9 @@ Control
|
|||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: {
|
text: {
|
||||||
const steps = [
|
const steps = [
|
||||||
catalog.i18nc("@info", "Sign in into Ultimaker Digilal Factory"),
|
catalog.i18nc("@info", "1. Sign in into Ultimaker Digilal Factory"),
|
||||||
catalog.i18nc("@info", "Follow the procedure to add a new printer"),
|
catalog.i18nc("@info", "2. Follow the procedure to add a new printer"),
|
||||||
catalog.i18nc("@info", "Your new printer will automatically appear in Cura"),
|
catalog.i18nc("@info", "3. Your new printer will automatically appear in Cura"),
|
||||||
];
|
];
|
||||||
return steps.join("<br />");
|
return steps.join("<br />");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user