Use common state for "Error" in `prusalink` (#143317)
parent
29b67505a7
commit
fb60479578
|
@ -37,7 +37,7 @@
|
|||
"paused": "[%key:common::state::paused%]",
|
||||
"finished": "Finished",
|
||||
"stopped": "[%key:common::state::stopped%]",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"attention": "Attention",
|
||||
"ready": "Ready"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue