mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Fix incorrect translation string in fivem (#127907)
This commit is contained in:
parent
99a40ae49f
commit
3b195f61da
@ -15,7 +15,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect. Please check the host and port and try again. Also ensure that you are running the latest FiveM server.",
|
"cannot_connect": "Failed to connect. Please check the host and port and try again. Also ensure that you are running the latest FiveM server.",
|
||||||
"invalid_game_name": "The api of the game you are trying to connect to is not a FiveM game.",
|
"invalid_game_name": "The api of the game you are trying to connect to is not a FiveM game.",
|
||||||
"unknown_error": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user