mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
add translatable s in notice
This commit is contained in:
parent
e1521e9837
commit
32fd64ee25
1 changed files with 1 additions and 1 deletions
|
@ -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(notice_time_after_skip).replace("{seconds}", this.state.countdownTime)}
|
||||
</span>
|
||||
),(
|
||||
<img
|
||||
|
|
Loading…
Reference in a new issue