mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix typo in CPU Speed translation key (#63284)
This commit is contained in:
parent
86ed091dbf
commit
a039d245fd
@ -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…
x
Reference in New Issue
Block a user