add translatable s in notice

This commit is contained in:
Blueberryy 2023-04-11 23:03:23 +05:00 committed by GitHub
parent e1521e9837
commit 32fd64ee25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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