Fix typo in CPU Speed translation key (#63284)
This commit is contained in:
parent
86ed091dbf
commit
a039d245fd
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"alread_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||||
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
|
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"alread_configured": "Already configured. Only a single configuration possible.",
|
"already_configured": "Already configured. Only a single configuration possible.",
|
||||||
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
|
"not_compatible": "Unable to get CPU information, this integration is not compatible with your system"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue