From 7d3593df3048d35a6a94bf83ef49a18d97274e81 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 4 Sep 2020 19:14:22 +0500 Subject: [PATCH] "Loading" localization string --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 11716db2..f88955c1 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1325,7 +1325,7 @@ function clearSponsorTimes() { function vote(type: number, UUID: string, category?: string, skipNotice?: SkipNoticeComponent) { if (skipNotice !== null && skipNotice !== undefined) { //add loading info - skipNotice.addVoteButtonInfo.bind(skipNotice)("Loading...") + skipNotice.addVoteButtonInfo.bind(skipNotice)(chrome.i18n.getMessage("Loading")) skipNotice.setNoticeInfoMessage.bind(skipNotice)(); }