tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9b4c500df2996d949619182a72212ba9238b5844
parent 8643584f9975af01652504e322ca9b8c6f21728d
Author: Eemeli Aro <eemeli@mozilla.com>
Date:   Thu,  9 Oct 2025 16:10:01 +0000

Bug 1983369 - Fix typos in readerview reading speed data. r=boek,android-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D267420

Diffstat:
Mmobile/android/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mobile/android/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview.js b/mobile/android/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview.js @@ -226,12 +226,12 @@ class ReaderView { ["fr", { cpm: 998, variance: 126 }], ["he", { cpm: 833, variance: 130 }], ["it", { cpm: 950, variance: 140 }], - ["jw", { cpm: 357, variance: 56 }], + ["ja", { cpm: 357, variance: 56 }], ["nl", { cpm: 978, variance: 143 }], ["pl", { cpm: 916, variance: 126 }], ["pt", { cpm: 913, variance: 145 }], ["ru", { cpm: 986, variance: 175 }], - ["sk", { cpm: 885, variance: 145 }], + ["sl", { cpm: 885, variance: 145 }], ["sv", { cpm: 917, variance: 156 }], ["tr", { cpm: 1054, variance: 156 }], ["zh", { cpm: 255, variance: 29 }],