mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo in source code of "Filter lists" pane
This commit is contained in:
parent
dea2a13bca
commit
e7da3beddd
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ const updateAssetStatus = function(details) {
|
|||
'title',
|
||||
lastUpdateTemplateString.replace(
|
||||
'{{ago}}',
|
||||
i18n$.renderElapsedTimeToString(Date.now())
|
||||
i18n.renderElapsedTimeToString(Date.now())
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue