mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Fix incorrect translation string in fivem (#127907)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
"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.",
|
||||
"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": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
|
Reference in New Issue
Block a user