From e1dc5fbdf59646760d9dfae7d76cc351b4e97437 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:53:25 +0100 Subject: [PATCH] t => T --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index 824ffbde..1329595b 100644 --- a/popup.js +++ b/popup.js @@ -593,7 +593,7 @@ EN_US.set(400, 'Server said this request was invalid"') .set(429, 'You have submitted too many sponsor times for this one video, are you sure there are this many?') .set(409, 'This has already been submitted before') .set(502, 'It seems the server is down. Contact the dev to inform them.') - .set('Unknown', 'there was an error submitting your sponsor times, please try again later.'); + .set('Unknown', 'There was an error submitting your sponsor times, please try again later.'); function ErrorParser (Lang, statusCode) { if(Lang.has(statusCode)) return Lang.get(statusCode);