mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Fix typo in source code of "Filter lists" pane
This commit is contained in:
parent
dea2a13bca
commit
e7da3beddd
@ -361,7 +361,7 @@ const updateAssetStatus = function(details) {
|
|||||||
'title',
|
'title',
|
||||||
lastUpdateTemplateString.replace(
|
lastUpdateTemplateString.replace(
|
||||||
'{{ago}}',
|
'{{ago}}',
|
||||||
i18n$.renderElapsedTimeToString(Date.now())
|
i18n.renderElapsedTimeToString(Date.now())
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user