Fix translation key in profiler integration (#96979)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"name": "[%key:common::action::start%]",
|
||||
"description": "Starts the Remote Python Debugger."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"name": "[%key:common::action::start%]",
|
||||
"description": "Starts the Profiler.",
|
||||
"fields": {
|
||||
"seconds": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"services": {
|
||||
"start": {
|
||||
"name": "[%key:common::action::stop%]",
|
||||
"name": "[%key:common::action::start%]",
|
||||
"description": "Starts a timer.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
|
||||
Reference in New Issue
Block a user