Replace "Stopped" with common state in `ipp` (#141750)
parent
1800e6fb8e
commit
83f4f4cc96
|
@ -38,7 +38,7 @@
|
|||
"state": {
|
||||
"printing": "Printing",
|
||||
"idle": "[%key:common::state::idle%]",
|
||||
"stopped": "Stopped"
|
||||
"stopped": "[%key:common::state::stopped%]"
|
||||
}
|
||||
},
|
||||
"uptime": {
|
||||
|
|
Loading…
Reference in New Issue