Fix grammar issue in 'invalid_auth' string (#135546)

Remove that wrong comma and add a "that" to clarify the meaning of the error message.
pull/122429/merge
Norbert Rittel 2025-01-13 20:56:10 +01:00 committed by GitHub
parent 3c825bb826
commit 3e9b410b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"account_mismatch": "The inexogy account authenticated with, does not match the account needed re-authentication.",
"account_mismatch": "The inexogy account authenticated with does not match the account that needed re-authentication.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},