diff options
| author | TimGels <43609220+TimGels@users.noreply.github.com> | 2024-05-13 12:47:36 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2024-05-13 12:47:36 -0400 |
| commit | 610e56baafc3011e1bfa043bdabb567bda0c2ab0 (patch) | |
| tree | 2e2924806f7640d8910c488e0f14ed517d1e8a4b /Emby.Server.Implementations/Localization/Core | |
| parent | 5ac518b02ac95ebf67a16388fe4d1a71ca1a5d83 (diff) | |
Backport pull request #11578 from jellyfin/release-10.9.z
Change "try" to "attempt" english translation
Original-merge: 25c50bcc5d1d210594063545de6c1d30c5c94ccf
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/en-US.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/en-US.json b/Emby.Server.Implementations/Localization/Core/en-US.json index c229f3538..1a69627fa 100644 --- a/Emby.Server.Implementations/Localization/Core/en-US.json +++ b/Emby.Server.Implementations/Localization/Core/en-US.json @@ -13,7 +13,7 @@ "DeviceOfflineWithName": "{0} has disconnected", "DeviceOnlineWithName": "{0} is connected", "External": "External", - "FailedLoginAttemptWithUserName": "Failed login try from {0}", + "FailedLoginAttemptWithUserName": "Failed login attempt from {0}", "Favorites": "Favorites", "Folders": "Folders", "Forced": "Forced", |
