From 5411a0a0e7a7a35348483f8d02d3f49eacf674e1 Mon Sep 17 00:00:00 2001 From: Emmanuel Eytan Date: Tue, 30 Sep 2025 09:40:02 -0700 Subject: [PATCH] Changed the erroneous spelling of the OK button in localizations. (#7125) * Changed the erroneous spelling of the OK button in localizations. * Only keeping the en-us modification. * Extra comma removed. --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 478b152be..518a2bd69 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -117,7 +117,7 @@ "ButtonManualLogin": "Manual Login", "ButtonMore": "More", "ButtonNextTrack": "Next track", - "ButtonOk": "Ok", + "ButtonOk": "OK", "ButtonParentalControl": "Parental control", "ButtonPause": "Pause", "ButtonPlayer": "Player",