Fix translation key in profiler integration (#96979)

This commit is contained in:
J. Nick Koston 2023-07-20 21:40:38 -05:00 committed by GitHub
parent 9fba6870fe
commit c067c52cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"services": { "services": {
"start": { "start": {
"name": "[%key:common::action::stop%]", "name": "[%key:common::action::start%]",
"description": "Starts the Remote Python Debugger." "description": "Starts the Remote Python Debugger."
} }
} }

View file

@ -11,7 +11,7 @@
}, },
"services": { "services": {
"start": { "start": {
"name": "[%key:common::action::stop%]", "name": "[%key:common::action::start%]",
"description": "Starts the Profiler.", "description": "Starts the Profiler.",
"fields": { "fields": {
"seconds": { "seconds": {

View file

@ -32,7 +32,7 @@
}, },
"services": { "services": {
"start": { "start": {
"name": "[%key:common::action::stop%]", "name": "[%key:common::action::start%]",
"description": "Starts a timer.", "description": "Starts a timer.",
"fields": { "fields": {
"duration": { "duration": {