Fix sentence-casing of running_parallel state for scripts (#24218)

Fix sentence-casing of running_parallel state of scripts
This commit is contained in:
Norbert Rittel 2025-02-13 12:54:52 +01:00 committed by GitHub
parent b66f41db7d
commit bc0cc8b387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,7 @@
"run": "[%key:ui::card::service::run%]",
"running_single": "Running…",
"running_queued": "{queued} queued",
"running_parallel": "{active} Running…",
"running_parallel": "{active} running…",
"cancel": "Cancel",
"cancel_multiple": "Cancel {number}",
"cancel_all": "Cancel all",