Fix translation key in profiler integration (#96979)
This commit is contained in:
parent
9fba6870fe
commit
c067c52cf4
3 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue