diff options
author | Ajay <[email protected]> | 2023-05-08 20:16:50 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-05-08 20:16:50 -0400 |
commit | 14da4b5fcc00461822d112495b55749eee91a592 (patch) | |
tree | b4f0d65d6e10126c8d513eab63a10c91481d3977 /src/components/NoticeComponent.tsx | |
parent | 9d6e23d171592cced9ba237575afdcf3956ade4c (diff) | |
parent | 68a6286af69c3aa34762947934f22d433e0390a8 (diff) | |
download | SponsorBlock-crowdin_master.tar.gz SponsorBlock-crowdin_master.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockcrowdin_master
Diffstat (limited to 'src/components/NoticeComponent.tsx')
-rw-r--r-- | src/components/NoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NoticeComponent.tsx b/src/components/NoticeComponent.tsx index 3202c6ac..b710480e 100644 --- a/src/components/NoticeComponent.tsx +++ b/src/components/NoticeComponent.tsx @@ -195,7 +195,7 @@ class NoticeComponent extends React.Component<NoticeProps, NoticeState> { id={"skipNoticeTimerText" + this.idSuffix} key="skipNoticeTimerText" className={this.state.countdownMode !== CountdownMode.Timer ? "hidden" : ""} > - {this.state.countdownTime + "s"} + {chrome.i18n.getMessage("NoticeTimeAfterSkip").replace("{seconds}", this.state.countdownTime.toString())} </span> ),( <img |