mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix sentence-casing of running_parallel state for scripts (#24218)
Fix sentence-casing of running_parallel state of scripts
This commit is contained in:
parent
b66f41db7d
commit
bc0cc8b387
@ -228,7 +228,7 @@
|
|||||||
"run": "[%key:ui::card::service::run%]",
|
"run": "[%key:ui::card::service::run%]",
|
||||||
"running_single": "Running…",
|
"running_single": "Running…",
|
||||||
"running_queued": "{queued} queued",
|
"running_queued": "{queued} queued",
|
||||||
"running_parallel": "{active} Running…",
|
"running_parallel": "{active} running…",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"cancel_multiple": "Cancel {number}",
|
"cancel_multiple": "Cancel {number}",
|
||||||
"cancel_all": "Cancel all",
|
"cancel_all": "Cancel all",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user