Fix incorrect translation string in fivem (#127907)

This commit is contained in:
epenet 2024-10-08 08:51:11 +02:00 committed by GitHub
parent 99a40ae49f
commit 3b195f61da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"