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

pull/143321/head
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
1 changed files with 1 additions and 1 deletions

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