Fix Ultimaker-API-Translation (#110)
This commit is contained in:
parent
45bb9034fe
commit
6c641f4eba
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ const config: Config = {
|
||||||
type: types.option({
|
type: types.option({
|
||||||
unreachable: "unavailable",
|
unreachable: "unavailable",
|
||||||
booting: "unavailable",
|
booting: "unavailable",
|
||||||
prePrint: "printing",
|
"pre_print": "printing",
|
||||||
postPrint: "printing",
|
"post_print": "printing",
|
||||||
printing: "printing",
|
printing: "printing",
|
||||||
idle: "idle",
|
idle: "idle",
|
||||||
error: "error",
|
error: "error",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue