Use common state for "Error" in prusalink (#143317)

This commit is contained in:
Norbert Rittel 2025-04-20 10:49:02 +02:00 committed by GitHub
parent 29b67505a7
commit fb60479578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}